0134
Jump to navigation
Jump to search
0134 is a esolang with 8 commands, created by User:Yayimhere. it was created to look like a random string of numbers(which it does)
syntax
0134 has these 8 commands:
1
flip the end of the code(so0 <-> 1, 6 <-> 4, 7 <-> 0, 5 <-> 2, 3 <-> 0
)0
add the following command to the end of the code(and skip it)2
reverse the line below3
skip the following command4
if the command before the command is equal to the start of the line below it will run the command after the4
5
delete the end of the code6
add a newline to the end of the program7
skip the line below when the IP gets to the end of the current line22
since this is a NOP if it isnt a command, it will go back to the start of line if there is not a empty line below. else do nothing
computational class
0134 is Turing-complete since it can simulate a BCT like this:
the program must start with this:
program 227 memory
and the commands are replaced like this:
11 -> 31401 10 -> 31400 0 -> 252
so the Collatz sequence program:
314003140131400314003140031401252314013140031400252314013140031400314013140031400314013140031400252252252252227 100
note that the number of times 100
is added to the memory is the function input