is this anything? a turing machine language? essentially a readable brainfuck?
use < and > to move the tape head, and any (non-reserved) word gets written at the current head position
the if statements compare the current word against the argument given in parenthesis
there are no variables. you can only write data to the tape and hope you remember where you left it
it will be interesting to see if i can make the tape store instructions, not just data
@mostlypat CC: @wryl seems up your alley