1. 22
  1.  

  2. 2

    If anyone is wondering about what the coverage of the implementation is like I was, this seems to be the list: https://rustpython.github.io/pages/whats-left (and a more comprehensive list that was updated recently from regression test coverage?). Although I see some pretty popular modules in there it is still difficult to tell how much impact the lack of support would have on the average Python project.

    1. 2

      WASM support is great, but the main thing I’d like to know is if it’s faster than CPython and if there’s still a GIL.

      1. 1

        Somebody needs to make one of these for Ruby

        1. 1

          not CPython bindings

          I would be beyond impressed if this could be solved, but it’s an uphill battle to dethrone CPython when the binary module ecosystem is locked into CPython. What you have then is python without popular packages like numpy. Those binary modules are CPython specific (even have to be compiled for a specific CPython version).

          Stories with similar links:

          1. A Python Interpreter Written in Rust via nickpsecurity 4 years ago | 22 points | 16 comments