Burnolang

From Esolang
Jump to navigation Jump to search

Burnolang is an esolang made in scratch (https://scratch.mit.edu/projects/1260575277/). The creator said "It's so hard, even I don't know how to code in it." It has 3 variables: "gcy", iterations and the code. It begins by getting the code and the iteration count. Then it sets "gcy" to zero and does these operations (as shown as JS):

gcy++;
a[code[gcy % 7]] = gcy % 2

The code of this language is:

Source code of burnolang

Examples

No examples are made for this language (for now).

Questions about this language (remove when done)

Is it turing complete? Can it do standard math? Or maybe CAN IT RUN DOOM if it runs for enough iterations (to avoid the need for loops) and has acess to keyboard and also has enough memory?