Comment by fluidcruft

Comment by fluidcruft a day ago

2 replies

Yes but the idea is that by slightly upgrading python code to mojo (which is a controlled superset of python), you get complied very high performance code. So for example if it were possible to convert mypy to mojo it could be as fast as rust but pythonic.

Hasnep 18 hours ago

By the way, Mojo seems to have given up on being a strict superset of python, I think they're aiming for more of a C++ to C relationship where there are some small differences, but the majority of code will work without modification.

  • melodyogonna 16 hours ago

    It has not. They decided to change the messaging to reflect what the language is to today because people kept thinking it is already a superset