0.1.69
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 https://yamlscript.org/install | bash
See Installing YAMLScript for more detailed information.
Changes in YAMLScript version 0.1.69
- ruby: Install deps locally on demand
- julia: Ignore make commands if Julia not installed
- nodejs: Makefile ignores rules if npm not installed
- perl: Install CPAN deps locally for
make test - core: Allow escape of pound and colon in ys expr strings
- core: Allow for *xs and * in defn args
- core: Allow mix of default args and slurp args
- core: Support variable arg * syntax in multi-arity defn
- core: Add 'apply' to poly.clj
- test: Improved TAP error formatting for ys::taptest