https://github.com/hornc/eodermdrome-examples
a place to dump my Eodermdrome code
https://github.com/hornc/eodermdrome-examples
eodermdrome esolang
Last synced: 4 months ago
JSON representation
a place to dump my Eodermdrome code
- Host: GitHub
- URL: https://github.com/hornc/eodermdrome-examples
- Owner: hornc
- Created: 2019-03-12T05:05:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T12:00:34.000Z (about 6 years ago)
- Last Synced: 2025-01-18T17:25:26.034Z (6 months ago)
- Topics: eodermdrome, esolang
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eodermdrome examples
A collection of code examples written by me in the esoteric programming language [Eodermdrome](https://esolangs.org/wiki/Eodermdrome).
Eodermdrome is graph-rewriting Turing tarpit, which is quite unintuitive to program in.Two interpreters are available: https://github.com/tadeboro/eodermdrome (in Python), and https://github.com/Jafet/drunken-octo-wallhack (in Haskell).
Neither interpreter originally supported punctionation, which my examples frequently use for layout and self-commenting.
I have a [fork of the Python interpreter which ignores punctuation](https://github.com/hornc/eodermdrome) according to the spec.