5 ms·
Seems fairly standard stuff for libraries to consider. I was really hoping for some weird stuff like patching bytecode or implementing entire different language
by iamevn 1y ago
Seems fairly standard stuff for libraries to consider. I was really hoping for some weird stuff like patching bytecode or implementing entire different languages as a python library.
- Pinegulf 1y agoSure, but "Do not deprive people the joy of discovery." -Someone, not me.
- ethan_smith 1y agoCheck out Coconut (https://github.com/evhub/coconut https://github.com/evhub/coconut), which implements an entire functional programming language as a Python superset that compiles to Python bytecode.