Mojo is a new LLVM programming language designed as a superset of Python with the low-level performance of C.

    • rwxrwxrwx@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Yeah, one can use it on their website via a notebook interface but I need to be able to edit code and compile on my own computer if I’m to commit to writing Mojo code.

      • warleader94@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        Looks like its not open-source, so access may be limited unfortunately. For now, I will just stick to using NUMBA to make Python faster.