all repos — h3rald @ 729c96ff2ef83462b8e86906962d52dcd791bd46

The sources of https://h3rald.com

Released min 0.15.1.
h3rald h3rald@h3rald.com
Sat, 17 Mar 2018 13:08:18 +0100
commit

729c96ff2ef83462b8e86906962d52dcd791bd46

parent

d77fdc91731fcc20208222d35ae9de276165cdff

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.15.0 -docs: "https://cdn.rawgit.com/h3rald/min/v0.14.0/Min_DeveloperGuide.htm" +version: 0.15.1 +docs: "https://cdn.rawgit.com/h3rald/min/v0.15.1/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.