Comment on Making a Python interpreter in 1024 bytesComments−einpoklum5dtl;dr:1. Choose a small fragment of the language2. Adapt an existing interpreter3. Use a tool to shorten the code, 'minify'
Comments
tl;dr:
1. Choose a small fragment of the language
2. Adapt an existing interpreter
3. Use a tool to shorten the code, 'minify'