Hacker News new | ask | show | jobs
Mojo Rising: The resurgence of AI-first programming languages (venturebeat.com)
8 points by amscotti 702 days ago
1 comments

Mojo claims to be interoptable with python, but it seems only one way. There's no built in way to use the binaries and use them with a regular python environment. It would be hard to incrementally migrate from an existing project. Something like Cython would allow this. Couldn't the GPU features be accessed from C/Cython instead? Migrating a whole project to Mojo would require more time investment and I am not even sure if all the dependencies would be compatible.