0.1.76
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.76
- sample: Improve sample programs
- core: Support basic destructuring for def
- std: All more than 2 args for add+
- core: Add support for sub+ for infix
-
- core: Support .++ and .-- on characters
- std: Remove
just
alias ofidentity
- core: Support nil punning in get+ for dot chains
- core: Support .++ and .-- on characters
- std: Fix add+ short maps with long maps bug
- std: The div+ function should have div semantics
- std: Add digits function
- release: Change rx to qr
- doc: More documentation