What is going on with type(somevar)
?
#273
johann-petrak
started this conversation in
General
Replies: 2 comments
-
@johann-petrak |
Beta Was this translation helpful? Give feedback.
0 replies
-
We do not support first-class types; No, we do not yet support Unicode. This is something that we plan to address as well and are looking for contributions. FWIW Codon originated as a high-performance genomics sequencing DSL where Unicode was not really needed (actually, it was detrimental to performance), and it stuck ever since. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Example:
Hard to find information about this in the docs, and in general the docs do not seem to go into much detail about differences between python and codon or at least the details are not easy to find.
For example, there is a hint that codon supports only ASCII strings and not Python unicode codepoints, which, I think is a real problem and I wanted to read more about this but could not find it.
Coming from an NLP background I think not supporting unicode properly (it is 2023!) would be a major problem for any language, really.
Beta Was this translation helpful? Give feedback.
All reactions