如何评价新出的 Python 编译器 Codon? - 知乎
看了下文档. Integers: Codon's int is a 64-bit signed integer, whereas Python's (after version 3) can be arbitrarily large. However Codon does support larger integers via Int[N] where N is the bit width. Strings: Codon currently uses ASCII strings unlike Python's unicode strings. Dictionaries: Codon's dictionary type is not sorted internally, unlike Python's.