Replies: 1 comment 3 replies
-
Mojo supports type inference and static features, but as a superset of python it is important that it also support all the dynamic things. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently some of the Python dynamic features are missing.
When adding them, don't make them a dynamic feature.
I believe it is better to make the language feel dynamic than being actually dynamic, to an observer the output of the dynamic program is the same as a stati program. Perhaps it might be able to completely support dynamic Python functionality through inferring types, proof extraction and tracing inferencing the effects of dynamic code at compile time.
Beta Was this translation helpful? Give feedback.
All reactions