NumbersPlusWhat
Numbers+What is an esoteric programming language by User:FluixMakesEsolangs, the offical interpreter is made in a version of BrainFuck called Brainscratch, most if not all programs will end up in infinite loops.
How the language Works
The language starts by moving right twice, and taking user input then going right, it does this 3 times. The interpreter then starts 2 loops where it goes left prints the cell adds to it, and goes to the next cell and takes from it then the second loops ends and it adds one to the current cell and it goes left twice and decrements from the cell going right twice adding twice and then subtracting three times.
Examples
As theres nothing notable of this language there are sadly only one known example as of now. Counter - This counts from 0 1 2 3 4... WITHOUT being cut off and being reset randomly
1 0 0
Known Interpreters
- The offical interpreter made in Brainscratch. Source:
>>,>,>,<<[[<.+>-]+<<->+>>++---]