all repos — min @ 8a6c0edca10dfe45a0afcaefe3bb7596836e6741

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

8a6c0edca10dfe45a0afcaefe3bb7596836e6741

parent

f4266e0f6d591dc74efd51094698e4a33e25a5a5

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?