mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
4 lines
234 B
Plaintext
4 lines
234 B
Plaintext
RustPython is a Python interpreter written in Rust. RustPython can be embedded
|
|
into Rust programs to use Python as a scripting language for your application,
|
|
or it can be compiled to WebAssembly in order to run Python in the browser.
|