all repos — min @ 4ad8bda568d8b7f7d00c4ba56d8c643eb5d8361e

A small but practical concatenative programming language.

Merge pull request #160 from celtic-coder/patch-1

Fabio Cevasco h3rald@h3rald.com
Thu, 25 Nov 2021 16:13:53 +0100
commit

4ad8bda568d8b7f7d00c4ba56d8c643eb5d8361e

parent

d755cdc8ec55ccabf52a832343f4ecbd611ba062

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

jump to
M site/contents/about.mdsite/contents/about.md

@@ -33,7 +33,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? -min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [Peter Munch-Ellingsen](https://peterme.net), [Yanis Zafirópulos](https://github.com/drkameleon), and [baykus871](https://github.com/baykus871). +min was created and implemented by [Fabio Cevasco](https://h3rald.com), with contributions by [Peter Munch-Ellingsen](https://peterme.net), [Yanis Zafirópulos](https://github.com/drkameleon), and **baykus871**. Special thanks to [mwgkgk](https://github.com/mwgkgk) for contributing to the design of native dictionaries.