Skip to content

0.2.8

Latest

Choose a tag to compare

@ingydotnet ingydotnet released this 24 Dec 18:49
· 3 commits to v0 since this release

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