all repos — min @ 942b8252494a3a18701ff2de5be3817d3f5624e2

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
* 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.
* Re-added the possibility to exclude OpenSSL by not defining the **ssl** flag.
* Added **clear** symbol to clear the screen.
* Added the **mapkey** and the **unmapkey** symbols to configure key mappings.