YS publishes binary releases for the ys command line tool and for the libys shared library.
The following architectures are currently supported:
- Linux / Intel and ARM
- macOS / Intel and ARM
Run this command to install ~/.local/bin/ys:
$ curl https://getys.org/ys | bash
See Installing YS for more detailed information about installing YS things.
Changes in YS version 0.2.8
- core: Support destructure assign with multiple RHS args
- core: Fix destructure assign from lazy seq
- core: Support data mode sequence insertion for scalars
- core: Make 'use' refer :all by default
- core: Let 'call' use any ifn? value as function
- std: Add qs (quote string) support
- core: Support ':?:' conditional pairs