Problem I created a very simple interpreter in Python. It’s capable of doing basic math (unfortunately with only two numbers), […]

Problem I have recently written a Brainfuck interpreter in C#. I tested it with the examples given on EsoLang website. […]