Is the relationship between Mojo and Python is similar to TypeScript/Javascript or Kotlin/Java? #68
-
According README: Mojo will be a superset of Python. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The end goal of Mojo is indeed to be a superset of Python 🐍 We're not there today - but we are working extremely hard, along with our amazing Mojo🔥 community, to get there. The CPython object has the same runtime representation, and uses the CPython interpreter which you can read about in the links below. All Mojo🔥 code is compiled code. You can reference our docs: What kind of developers will benefit the most from Mojo? |
Beta Was this translation helpful? Give feedback.
The end goal of Mojo is indeed to be a superset of Python 🐍 We're not there today - but we are working extremely hard, along with our amazing Mojo🔥 community, to get there.
The CPython object has the same runtime representation, and uses the CPython interpreter which you can read about in the links below. All Mojo🔥 code is compiled code.
You can reference our docs:
What kind of developers will benefit the most from Mojo?
Is Mojo only for AI or can it be used for other stuff?
Why not enhance CPython (the major Python implementation) instead?