Code Golf: Shortest Turing-complete interpreter.
- by ilya n.
I've just tried to create the smallest possible language interpreter. Would you like to join and try?
Rules of the game:
You should specify a programming language you're interpreting. If it's a language you invented, it should come with a list of commands in the comments.
Your code should start with example program and data assigned to your code…