We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Esofish
Jump to navigation
Jump to search
- This language is a derivative of Deadfish.
by User:Fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff
Deadfish with one instruction: r.
r runs the remainder of the program as the accumulator.
For example,
iissdr`Hello, World!`
runs the code `Hello, World!` as a 15 program, so it prints Hello, World!.
It is Turing-complete because it can run 35, which is Turing-complete.
Interpreter
- Common Lisp implementation of the Esofish programming language.