Hacker News new | ask | show | jobs
by iamevn 340 days 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.
2 comments

Sure, but "Do not deprive people the joy of discovery." -Someone, not me.
Check out Coconut (https://github.com/evhub/coconut), which implements an entire functional programming language as a Python superset that compiles to Python bytecode.