all repos — h3rald @ 75175a3e0bc3678021d519a84212ebb7cc910004

The sources of https://h3rald.com

Released min 0.12.0.
h3rald h3rald@h3rald.com
Sun, 29 Oct 2017 15:40:42 +0100
commit

75175a3e0bc3678021d519a84212ebb7cc910004

parent

d7f5599460004049fe320ac130114245acb8da6f

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M contents/min.mdcontents/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.