9 comments

  • mihaelm 3 minutes ago

    The actual blog post on open-sourcing: https://www.modular.com/blog/mojo-open-source

    I remember being really interested a few years ago when it was billed as a superset of Python. I know they pivoted away from that, but I might play with it now that the compiler is also open source.

  • tecleandor 7 minutes ago

    Maybe I'm a party pooper, but given Qualcomm history, open sourcing just after acquisition feels like they don't care about it and they're going to let it die while they cut Modular in pieces and extract all the juice possible of their cloud offering.

  • flik 7 minutes ago

    Exciting. For hobby projects, I was looking into what should be my programming language. Open source was a criteria. Now I have choice between Rust and Mojo.

  • knlb 10 minutes ago

    I had been holding off on testing out mojo till it was open sourced, and started picking it up this week.

    So far I've been enjoying the language (pythonic, comptime, tile support) and plan to spend time using it to work with gpus to learn more, the puzzles are also pretty cool.

  • acheong08 10 minutes ago

    This is nice, but the long time it took them to open source I think burnt a lot of the initial traction. I do like the idea & I'll see whether I can make use of it

  • aeonflux 31 minutes ago

    Does this project have any meaningful traction? Seemed like a cool idea, but I wasn't even sure what problem does it solves. Looks like its completely missing from the regular discussion / news outlets. Every 1-2 years some barely visible post/article reminds me it even exists...

    • mihaelm 5 minutes ago

      I think the compiler not being open-source hurt with getting people to check it out. Today, people are accustomed to most of it regarding PL development being out in the open, and Mojo was an outlier here.

    • jdnier 12 minutes ago

      You can read a lot more about it here: https://mojolang.org/docs/vision/

  • flaburgan 2 hours ago

    Summarized here: https://www.phoronix.com/news/Modular-Mojo-Open-Source

    This is by Chris Lattner, known for LLVM and Swift.