A bagatelle of an esolang that combines 2-ill, Etcha, and self-modification
https://catseye.tc/node/Gemooy
bin | ||
demo | ||
doc | ||
eg | ||
images | ||
impl/gemooy.lua/src | ||
LICENSES | ||
src | ||
README.md | ||
REUSE.toml |
Gemooy
Try it online @ catseye.tc | Wiki entry @ esolangs.org | See also: Etcha ∘ Wunnel
This is the reference distribution of Gemooy, an esoteric programming language designed by Chris Pressey on December 2, 2010.
It contains a document describing Gemooy which shall be considered, in lieu of anything more rigorous, the specification of the language: doc/Gemooy.md.
It also contains implementations of Gemooy in JavaScript (src/gemooy.js) and Lua (impl/gemooy.lua/) which might be considered, in lieu of anything more formal and canonical, reference implementations of the language.
There is also a Gemooy article on the esowiki which contains the description, some example programs, and a Turing-completeness proof.