-
v0.5.0 Stable
released this
2022-02-23 21:06:20 +00:00 | 86 commits to master since this releaseAnother 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
andunique field
(undocumented) - Minor bugfixes
Releases have been removed due to some other bugs not included in the bugfixes
Full Changelog: https://github.com/NGnius/mps/compare/v0.4.0...v0.5.0
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- Iterative block functionality called "procedures", which execute on a single item in an iterator (like the body of a for loop)