Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catseye/gemooy
MIRROR of https://codeberg.org/catseye/Gemooy : A bagatelle of an esolang that combines 2-ill, Etcha, and self-modification
https://github.com/catseye/gemooy
esolang esoteric-language esoteric-programming-language
Last synced: about 9 hours ago
JSON representation
MIRROR of https://codeberg.org/catseye/Gemooy : A bagatelle of an esolang that combines 2-ill, Etcha, and self-modification
- Host: GitHub
- URL: https://github.com/catseye/gemooy
- Owner: catseye
- License: unlicense
- Created: 2012-09-18T23:00:26.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T12:46:00.000Z (about 1 year ago)
- Last Synced: 2023-10-25T14:04:42.462Z (about 1 year ago)
- Topics: esolang, esoteric-language, esoteric-programming-language
- Language: JavaScript
- Homepage: https://catseye.tc/node/Gemooy
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 contains an implementation of Gemooy in Javascript which shall be
considered, in lieu of anything more formal, the reference implementation:
[src/gemooy.js](src/gemooy.js).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.