all repos — min @ 0cdd541ad933bc62d3dbde84a86fceec4a43661e

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
* Added **dsinit!** symbol.
* Added **sealed?** and **sealed-sigil?** symbols.
+ **floor** and **ceil** now correctly return an integer again.
* Added **abs** symbol.
* Now executing min shell if no file is specified (unless input is piped in), without the need of specifying **-i**.
* Implemented the possibility to define type classes using the **typeclass** symbol.
* Added **stringlike?** symbol.