Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
1–10 of 37 posts
Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#2Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#3Any technological advancement that gets them more efficiency and leverage without the bottleneck of working with a software engineer would both empower scientists and free up software engineers for other problems.
It remains to be seen whether it will actually deliver on this potential. I think a lot has been promised before it's been proven. But I do think something like this is worth attempting and thoughtful work is being applied to the attempt.
Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#4In 2024 why should I be interested in a language that is not open source ? Perhaps I'm missing something ?
Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#5Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#6Heard some positive things about Mojo. But my curiousity waned after I learnt it was not open source currently. In 2024 why should I be interested in a language that is not open source ? Perhaps I'm missing something ?
We'll be opening up more over time - stay tuned!
Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#7Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#8Of those languages I can say Mojo and Chapel were the most impressive. But Mojo is just so fun to write, I've ported a bunch of my "hobby numerical code" to Mojo. I am practically all in on Mojo since it'll give me access to MLIR.
I have always wondered though, why does Chapel get no love online???
Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#9Mojo feels like a language that's trying to be everything for everyone.
Re: Mojo: Ownership and lifetime checks deep dive with Chris Lattner [video]
#10Heard some positive things about Mojo. But my curiousity waned after I learnt it was not open source currently. In 2024 why should I be interested in a language that is not open source ? Perhaps I'm missing something ?
This is encouraging, and it seems that at least the core of the language is now open: https://github.com/modularml/mojo
I haven't tried it and I don't have a sense of how open Mojo really is today, or what's left that isn't open. I tend to agree that we should take the open source claim with skepticism until we see it in action.
The goals for the project are promising: something like the expressiveness of Python combined with the speed and safety of Rust. If they can pull it off, and it's open source, that will be very impressive.