all repos — min @ ef2be2dbce670e25aa3c1c7bbaae9bd8b4498ca3

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.