yamlscript
yamlscript copied to clipboard
Programming in YAML
* https://www.javaadvent.com/2023/12/a-return-to-webassembly-for-the-java-geek.html * COMPILING JAVA BYTECODE INTO WASM * https://teavm.org/
The current `yamlscript.ysreader` library has some ambiguities that can be best solved with a grammar driven parser.
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 ```
* `YS_STACKTRACE=1` for `--stack-trace` * `YS_TIME=1` for `--time`
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.