Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hornc/eodermdrome-examples
a place to dump my Eodermdrome code
https://github.com/hornc/eodermdrome-examples
eodermdrome esolang
Last synced: 21 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-24T12:00:34.000Z (over 5 years ago)
- Last Synced: 2024-11-17T22:29:43.603Z (3 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.