Esofish

From Esolang
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.