Skip to content

0.1.75

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 06 Sep 04:51
· 77 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.75

  • util: Updates for 0.1.74
  • core: Change dot debug from .??? to .>
  • std: Have sum ignore nils
  • std: Refactor value and each
  • std: Have 'each' return its evaluation like 'for'
  • std: Add 'lines' and 'text' opposites
  • core: Fix for string escapes
  • std: Remove 'fun' alias for 'partial'
  • core: Support YeS expr on LHS of YeS pair