User:Zip
Jump to navigation
Jump to search
I exist. Currently creating Delic, a collection of interpreters for various esolangs.
Languages I've made
Language | Comment | Implementation Language |
---|---|---|
2ds | My first esolang, using a 2-dimensional stack (hence the name 2ds). Wasn't as interesting as I thought it would be. | C |
Turimg | I wanted a language that was a very basic implementation of a turing machine, and I believe I created that here. | D |
Selt | This is a fun one. I've seen a lot of self-modifying languages before, but I've never seen a language where the main characteristic is self-modification (maybe except Malbolge, but Malbolge is like barely usable). That's why I created Selt. Doing anything substantial in Selt requires self-modification. It's definitely my favorite esolang I've made so far. | D |