Comment on Making a Python interpreter in 1024 bytesparentComments−tyilo5dIt's not a subset of python.For instance this program works in this interpreter, but not in python: fxx i in rxxxx(10): pxxxx(i)−benatkin4dThat isn't part of the language though. That's just input that it doesn't handle properly. The author acknowledged it lacks error handling.
Comments
It's not a subset of python.
For instance this program works in this interpreter, but not in python:
That isn't part of the language though. That's just input that it doesn't handle properly. The author acknowledged it lacks error handling.