Why Aren't Programming Language Specifications Comprehensive?

from blog Laurence Tratt: Blog, | ↗ original
In In Compiled and Interpreted Languages: Two Ways of Saying TomatoCompiled and Interpreted Languages: Two Ways of Saying Tomato I used this little example to show that we can observe differences in how CPython and PyPy execute code: I used this little example to show that we can observe differences in how CPython and PyPy execute code: $$ cat diffs.py cat diffs.py printprint(str(0) (str(0) isis str(0)) str(0)) $$ python3... python3...