Comment on Making a Python interpreter in 1024 bytesComments−MiroslavPokorny5dLove the challenge, but im sorry eliminating error checking is cheating and means its not a proper self contained interpreter, because it requires a human to pre-verify and enter only correct programs.
Comments
Love the challenge, but im sorry eliminating error checking is cheating and means its not a proper self contained interpreter, because it requires a human to pre-verify and enter only correct programs.