Skip to content

0.1.80

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 10 Oct 17:53
· 99 commits to main since this release

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