Comment on A high-performance, zero-overhead, extensible Python compiler using LLVMComments−shikon71yFrom the documentation of the differences with Python:Strings: Codon currently uses ASCII strings unlike Python's unicode strings.That seems really odd to me. Who would use a framework nowadays that doesn't support unicode?
Comments
From the documentation of the differences with Python:
That seems really odd to me. Who would use a framework nowadays that doesn't support unicode?