43
submitted 2 years ago* (last edited 2 years ago) by mac@programming.dev to c/rust@programming.dev
top 4 comments
sorted by: hot top new old
[-] Diplomjodler@feddit.de 10 points 2 years ago

What about compatibility with Python packages?

[-] lolcatnip@reddthat.com 10 points 2 years ago

It'll have to implement CPython's C API to work with packages that use native code. I don't know if that's the plan but I wouldn't consider their implementation compete without it.

[-] sugar_in_your_tea@sh.itjust.works 1 points 2 years ago

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.

[-] noddy@beehaw.org 1 points 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.

this post was submitted on 07 Feb 2024
43 points (100.0% liked)

Rust

8252 readers
30 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 3 years ago
MODERATORS