• bahmanm
    link
    fedilink
    English
    4210 months ago

    When i read the title, my immediate thought was “Mojolicious project renamed? To a name w/ an emoji!?” 😂


    We plan to open-source Mojo progressively over time

    Yea, right! I can’t believe that there are people who prefer to work on/with a closed source programming language in 2023 (as if it’s the 80’s.)

    … can move faster than a community effort, so we will continue to incubate it within Modular until it’s more complete.

    Apparently it was “complete” enough to ask the same “community” for feedback.

    I genuinely wonder how they managed to convince enthusiasts to give them free feedback/testing (on github/discord) for something they didn’t have access to the source code.


    PS: I didn’t downvote. I simply got upset to see this happening in 2023.

    • The Hobbyist
      link
      fedilink
      -5
      edit-2
      10 months ago

      Im not sure what the issue is. I have listened to Chris talk about the development of Mojo and while I have not come across any confirmation for open sourcing all aspects of Mojo yet (which would be desirable), the fact that it is being developed with involvement from the community, in a closed beta is understandable and also a good idea.

      He explained it as this: during the closed beta, he didn’t want people to start sharing temporary quirks and bugs or features while they could still drastically change. Someone complained at some point that the python function “open” was not recognized. That’s probably exactly what they are set up to solve and we would probably here many more “issues” from people if it were all happen in the open. People would just see it’s not working perfectly as if it were released and would dismiss it and it could mean the end of Mojo.

      Instead, they selected individuals who cared, who wanted to be involved and improve it and give feedback. This is a normal development process. It is logical to me to launch it once the language is mature and most issues are ironed out and that the API, language and features are more stable.

      Edit: what are people who downvote disagreeing about?

      • @ericjmorey
        link
        1110 months ago

        People would just see it’s not working perfectly as if it were released and would dismiss it and it could mean the end of Mojo.

        This explains why Python, Rust, Typescript, and Go aren’t popular and died.

        • The Hobbyist
          link
          fedilink
          1
          edit-2
          10 months ago

          Python is the de facto language for all machine learning work. I don’t know about the other languages (though go seems to have a strong community for all networking related projects) but Python has certainly not died.

          Edit: if this was sarcastic it really flew over my head :) my bad!

  • Pennomi
    link
    fedilink
    English
    3210 months ago

    Ew, their claimed benchmarking is ridiculously biased. “We completely restructured the algorithm to be more efficient, so our language is faster than yours.” and “We ran our benchmarks on a faster computer than we ran the Python benchmarks.” Not a good look to lie through your teeth like that.

    • AlmightySnoo 🐢🇮🇱🇺🇦
      link
      fedilink
      26
      edit-2
      10 months ago

      They also claimed to be faster than C++ in the beginning, but they failed to mention that the C++ code was unoptimized single-thread code while the Mojo version was SIMD-vectorized and multithreaded. It’s only after people criticized them for that that they started calling the C++ code “scalar C++”. Scientific rigor is lacking in their benchmarks.

  • AlmightySnoo 🐢🇮🇱🇺🇦
    link
    fedilink
    14
    edit-2
    10 months ago

    I mean I know they promised to do it, but it’s sad that they still haven’t open-sourced the toolchain. The naming is awkward though, I’d have loved if they called it Python++ instead as it’s supposed to be a superset of Python and would have made it easier to present to your boss.

    • nicman24
      link
      fedilink
      510 months ago

      it is not an opensource toolchain? lmao none will actually use it.

      • @[email protected]
        link
        fedilink
        310 months ago

        well i don’t think you are supposed to. is still full beta, no debugger.

        i think this is just for their community to test stuff on.