Skip to content

0.1.94

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 05 Mar 05:40

YS 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 YS for more detailed information.

Changes in YS version 0.1.94

  • sample: Add 2 new Rosetta Code YS examples
  • core: Clarify error message for '=' invalid operator
  • core: Add the === operator, compiles to clj ==
  • std: Have =~ !~ cast target to string
  • core: Support =~~ and !~~ operators for re-matches
  • ys: Fix a bug with YS program arguments
  • www: Use MM blog and rss plugins
  • www: Site updates