Open piranna opened 6 months ago
Mojo is great if you want to either target traditional AI stuff (mostly linear algebra) or C-like programs in python.
Bend is not really competing with Mojo, it's more about parallelism in every possible case, across every possible type of computation.
Can Bend be made to be Python3 compatible?
https://mojolang.org/
Mojo is also Python-like (in fact, try to be compatible with Python 3), and it's also targeted to AI and high performance. Maybe add a comparison of the features of Bend vs Mojo? Some kind of integration / collaboration?