all repos — min @ 93a2c7b46acd34b42d41a2cf820af491a13877a5

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
### Fixes and Improvements

* Miscellaneous documentation fixes.
* Now clearing the stack after every HTTP request received by **http-server**.
* Fixed #174 (cons operator was not creating a new quotation).
* Fixed #176 (times can now execute a quotation 0 times).
* Added **quoted-symbol?** predicate.
* Documented previously-undocumented **type** operator.