User:Zip

From Esolang
Jump to navigation Jump to search

I exist. Currently creating Delic, a collection of interpreters for various esolangs. Technically User:TheZipCreator is also my account but I forgot that account existed when I made this one. I only use this account now.

I have a website here: https://zipsegv.net

Esolangs I've made

Language Comment Implementation Language
2ds My first esolang (pretending that Typespam doesn't exist, which I wish it didn't), using a 2-dimensional stack (hence the name 2ds). Wasn't as interesting as I thought it would be. C (although written terribly)
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. D
Sike In short, a shared deque where instructions are shifted out from the left and data is pushed to the right. There are no loops; you have to manipulate instructions on the deque to get what you want. (can you tell I like self-modifying langs?). C