git @ Cat's Eye Technologies Gemooy / master README.md
master

Tree @master (Download .tar.gz)

README.md @masterview rendered · raw · history · blame

Gemooy
======

_Try it online_ [@ catseye.tc](https://catseye.tc/installation/Gemooy)
| _Wiki entry_ [@ esolangs.org](https://esolangs.org/wiki/Gemooy)
| _See also:_ [Etcha](https://codeberg.org/catseye/Etcha#the-etcha-programming-language)
∘ [Wunnel](https://codeberg.org/catseye/Wunnel#wunnel)

- - - -

![Screenshot of Gemooy HTML5 installation](images/gemooy.png?raw=true)

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](doc/Gemooy.md).

It also contains implementations of Gemooy in JavaScript
([src/gemooy.js](src/gemooy.js))
and Lua
([impl/gemooy.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](http://esolangs.org/wiki/Gemooy)
which contains the description, some example programs, and a
Turing-completeness proof.