0.1.80
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.80
- core: Fix Mac bug; 2 fns w/ same name differing case
- std: Support die() with no args
- std: Support index on sequentials
- sample: Updates to sample programs
- core: Refactor most cond forms to condp
- ys: Fixes for YS_ env var logic
- ys: YS_OUTPUT=file writes output to file
- std: Add std 'eval' function to eval a YS string
- release: Run tests before release