Hacker News new | ask | show | jobs
by ftxbro 1027 days ago
Mojo isn't ready unless you are doing something like writing for-loops in Python and you want them to be fast. It has probably even more language instability than Julia and it doesn't have a package manager so I don't know if that's better or worse than pkg version hell. There hasn't been enough time for multiple package versions though, so there's that.
1 comments

well that's an implementation of matmul as three nested for-loops and making it fast. so it's exactly "writing for-loops in Python and you want them to be fast." it's not a other thing.
you just posted the entire mojo programming manual
I did, to highlight the fact that it does more than you observed.
I mean I didn't say that mojo only has for-loops. I said that speeding up for-loops is the only reason to use it.