Type check and moduler system #4334
BhJaipal
started this conversation in
Language design
Replies: 1 comment 1 reply
-
We'd like to have something like that, but our focus right now is the 0.1 milestone. There are just a lot of features which we don't have enough people to design and implement in the short-term. If you'd like to contribute to the progress of Carbon, our contributing guide gives some tips, and there's #contributing-help on Discord. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to add a type comparison like python
type(var) == someClass
ortype(var) == int
to carbonAnd like rust and nodejs, it should export functions, variables and classes we like to export and not everything
Beta Was this translation helpful? Give feedback.
All reactions