Released min 0.12.0.
h3rald h3rald@h3rald.com
Sun, 29 Oct 2017 15:40:42 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
contents/min.md
→
contents/min.md
@@ -8,8 +8,8 @@ summary: "A functional, concatenative programming language with a minimalist syntax, a small but practical standard library, and an advanced REPL. All packed in about 1MB."
content-type: project active: true download: "https://github.com/h3rald/min/releases/download/" -version: 0.11.0 -docs: "https://cdn.rawgit.com/h3rald/min/v0.11.0/Min_DeveloperGuide.htm" +version: 0.12.0 +docs: "https://cdn.rawgit.com/h3rald/min/v0.12.0/Min_DeveloperGuide.htm" ----- *min* is a stack-based, concatenative programming language that uses postfix notation. If you already know [Forth](http://www.forth.org/), [Factor](http://factorcode.org/) or [Joy](http://www.kevinalbrecht.com/code/joy-mirror/), or if you ever used an [RPN](https://en.wikipedia.org/wiki/Reverse_Polish_notation) calculator, then min will look somewhat familiar to you.