all repos — h3rald @ e012b4e31c40bd470dbcf3882726224cf3ea8ebd

The sources of https://h3rald.com

Released min v0.14.0.
h3rald h3rald@h3rald.com
Sun, 18 Feb 2018 12:21:31 +0100
commit

e012b4e31c40bd470dbcf3882726224cf3ea8ebd

parent

5ef27b5e1f5617ce8de0396a41ed45bcbd00583f

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.13.0 -docs: "https://cdn.rawgit.com/h3rald/min/v0.12.0/Min_DeveloperGuide.htm" +version: 0.14.0 +docs: "https://cdn.rawgit.com/h3rald/min/v0.14.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.