InPro

From Esolang
Jump to navigation Jump to search

InPro (Infinite Program) is a brainfuck derivative by User:ChuckEsoteric08

Description

The programs in the language are infinite, and thus it it needs to be run using a REPL. In this version while loop [...] is instead an if statement, which runs the code inside only if the cell is not 0. It would also make it easier to implement rather than normal brainfuck.

Computational class

We can execute same program over and over again to simulate infinite loop, making it Turing-complete. Howhever the author is not sure whether it really counts or not.

See also