0.1.50
YAMLScript publishes binary releases for the ys command line tool and for the libyamlscript shared library.
The following architectures are currently supported:
- Linux / Intel and ARM
- macOS / Intel and ARM
Run this command to install ~/.local/bin/ys and ~/.local/lib/libyamlscript.so (.dylib on macOS):
$ curl -sSL yamlscript.org/install | bash
See Installing YAMLScript for more detailed information.
Changes in YAMLScript version 0.1.50
- raku: New error msg when libyamlscript not found...
- core: Add more Clojure and Java classes to runtime
- ys: Error on non-string mapping keys for JSON
- ys: Add reflection.json to ys native-image build
- core: Add polymorphic 'num' to ys::std
- core: Add ys::clj library for replaced clojure.core fns
- refactor: Remove unused functions
- refactor: Squelch clj-kondo warnings
- refactor: Revise all 'die' defns and calls