all repos — min @ 0dc5d51c3545a837d13c9fc27479e34fa53de2f8

A small but practical concatenative programming language.

Mentioned PMunch in the about page. Thanks for your contributions!
h3rald h3rald@h3rald.com
Sat, 28 Oct 2017 11:34:47 +0200
commit

0dc5d51c3545a837d13c9fc27479e34fa53de2f8

parent

2183c39775bf4f363fb35285f2b430bbb551cff7

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

jump to
M site/contents/_includes/_about.mdsite/contents/_includes/_about.md

@@ -29,7 +29,7 @@ min's parser started off as a fork of Nim's JSON parser -- adapted to process a concatenative programming language with less primitive types than JSON. It is interpreted in the traditional sense: no bytecode, no JIT, just plain read, parse and run.

## Who? -I am a [someone](https://www.linkedin.com/in/fabiocevasco) who is passionate about technology and who _does not_ build new programming languages for a living. +min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [PMunch](https://github.com/PMunch). ## When?