Ingy döt Net

Results 114 issues of Ingy döt Net

* https://www.javaadvent.com/2023/12/a-return-to-webassembly-for-the-java-geek.html * COMPILING JAVA BYTECODE INTO WASM * https://teavm.org/

interop

The current `yamlscript.ysreader` library has some ambiguities that can be best solved with a grammar driven parser.

compiler

There are many ways that destructuring syntax and semantics can be improved in YAMLScript. Here's a start: ``` +{a b c} =: d +[a b* c] =: d ```

compiler

* `YS_STACKTRACE=1` for `--stack-trace` * `YS_TIME=1` for `--time`

cli

distribution

distribution

It would be good to have a complete developer IDE experience for YAMLScript like [Calva](https://github.com/BetterThanTomorrow/calva) provides for Clojure. Likely requires #133 completion.

XL