all repos — min @ bbd2091933fd5352f2dab281bee77dec55349edb

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
* Added support for Scheme-style block comments using hashpipe style: `#| ... |#`.
* Implemented support for documentation comments (`;;` or `#|| ... ||#`) placed right after an operator definition.
* **BREAKING CHANGE** -- **?** is now used as a sigil for **help**, not **dget**.
* Added **help** (and also **?** alias and **?** sigil), **symbol-help**, **sigil-help** -- UNDOCUMENTED!