Hacker News new | ask | show | jobs
by victoryhb 1283 days ago
If Codon becomes similar enough to Python, it will be trivial to port Python libs to it, thus opening Codon to the vast Python ecosystem.
2 comments

What's the story with Python libraries that have c-modules/binary parts to it? Would those work? If not, then the previous comment stands, IMHO.
The only trivial thing in software is hello world, anything more complicated or useful for end users is usually far from being trivial, in my experience.