all repos — min @ 14832e37a7b3a157d2d7c754d22335c57dbe718a

A small but practical concatenative programming language.

next-release.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
* 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.
* Implemented support for generics in operator signatures
* Now listing what items are polluting the stack.