all 4 comments

sorted by: hot top controversial new old
[–] 10 points 2 years ago (1 child)

What about compatibility with Python packages?

  • source
  • hideshow 2 child comments
  • WebAssembly

    I've unironically been looking for a decent way to run Python in the web, mostly for code sharing purposes (our app needs certain calculations in offline mode), so this could actually work for me.

  • source
  • [–] 1 point 2 years ago

    Can RustPython be sandboxed properly when used as a scripting language? You can't do sandboxing with CPython. There is an abandoned sandboxing project for pypy, but then you'll be stuck with an old version of python.

  • source