Comment on Making a Python interpreter in 1024 bytesparentComments−bloppe5dBy that standard, this is totally over-engineered. Just hardcode it.−fizzbuzzbarbazz4dGood idea. Write a python script, and then code the minimal c interpreter possible to make that specific script work, utilizing the script itself as string reference (and any other way one can manage to utilize it in the interpreter itself).−EGreg4dSomeone actually testing Kolmogorov Complexity LOL
Comments
By that standard, this is totally over-engineered. Just hardcode it.
Good idea. Write a python script, and then code the minimal c interpreter possible to make that specific script work, utilizing the script itself as string reference (and any other way one can manage to utilize it in the interpreter itself).
Someone actually testing Kolmogorov Complexity LOL