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.
InPro
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.