Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

v0.5.0

Compare
Choose a tag to compare
@NGnius NGnius released this 23 Feb 22:09
· 74 commits to master since this release

Another language feature update. The REPL is mostly unchanged, except for the ?help strings.

  • Iterative block functionality called "procedures", which execute on a single item in an iterator (like the body of a for loop) iterable.{...}
  • Lots of new single-item operations and framework changes, see ?procedures
  • Uniqueness filters unique and unique field (undocumented)
  • Minor bugfixes

Releases have been removed due to some other bugs not included in the bugfixes

Full Changelog: v0.4.0...v0.5.0