HigherOrderCO / Bend

A massively parallel, high-level programming language
https://higherorderco.com
Apache License 2.0
17.48k stars 428 forks source link

Compare to Mojo? #425

Open piranna opened 6 months ago

piranna commented 6 months ago

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?

developedby commented 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.

piranna commented 1 week ago

Can Bend be made to be Python3 compatible?