all repos — min @ 891cd32dfa91fd3b5be69e8c3d5aab984acdb716

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
* Added support for sigils on double-quoted strings.
* Added support for arbitrary strings as dictionary keys.
* Added **define-sigil**, **delete-sigil**, **seal-sigil**, **unseal-sigil**, **defined-sigil?**.
* Fixed behavior of **semver-inc-mahor** and **semver-inc-minor** to set lower digits to zero.
* Now using OpenSSL for all hashing symbols in the crypto module.
* Added **md4** symbol.