Earlier quoted context omitted.
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.
fair point how about this https://docs.modular.com/mojo/programming-manual.html AND you missed the second link in the post https://docs.modular.com/mojo/notebooks/BoolMLIR.html
Anyone Moving from Julia to Mojo
11–15 of 15 posts
Re: Anyone Moving from Julia to Mojo
#12Earlier quoted context omitted.
fair point how about this https://docs.modular.com/mojo/programming-manual.html AND you missed the second link in the post https://docs.modular.com/mojo/notebooks/BoolMLIR.html
you just posted the entire mojo programming manual
Re: Anyone Moving from Julia to Mojo
#13Re: Anyone Moving from Julia to Mojo
#14Dude, six months back you were fed up with Julia and wanted to move to Carbon . How did that work out? Now you want to move to Mojo?? Who’s funding any of these attempts or are you just screwing around with some small personal scripts. https://news.ycombinator.com/item?id=35009074
Yes, that's when it started. Then we sent some people to Juliacon '23 to get a feel for the future. Julia is a fine language, just not for us given the reasons in the OP. We have been tracking mojo since 2020 but wanted to wait for a release date before making the change. Dr Lattner has a reputation of producing commercial quality work and we trust that. Also, because our code base is modular by design ( Dr Jim Gray…