all repos — min @ 7a9d9e586ff34ac659915ac7744154ee114b90ba

A small but practical concatenative programming language.

Remove broken link to baykus871 GitHub user

"baykus871" is no longer on GitHub
Liam OBrien celtic-coder@users.noreply.github.com
Wed, 17 Nov 2021 16:26:12 +0000
commit

7a9d9e586ff34ac659915ac7744154ee114b90ba

parent

71d004a05f7c255fda2b6cb3f3c48a266df6bc7d

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.