all repos — min @ 40bc779c15e476705077295395867d790ed922ee

A small but practical concatenative programming language.

Initialized new dev release
h3rald h3rald@h3rald.com
Sun, 17 Jan 2021 20:32:25 +0000
commit

40bc779c15e476705077295395867d790ed922ee

parent

094eca63048393b6d80091192c640746b9433a21

3 files changed, 4 insertions(+), 13 deletions(-)

jump to
M min.ymlmin.yml

@@ -1,5 +1,5 @@

author: Fabio Cevasco description: A tiny concatenative programming language and shell. -id: 36258339 +id: 36521912 name: min -version: 0.29.0 +version: 0.30.0
M next-release.mdnext-release.md

@@ -1,9 +0,0 @@

-* 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.
M site/settings.jsonsite/settings.json

@@ -6,5 +6,5 @@ "rules": "rules.min",

"temp": "temp", "templates": "templates", "title": "min language", - "version": "0.29.0" -} + "version": "0.30.0" +}