all repos — min @ 094eca63048393b6d80091192c640746b9433a21

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.