1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files

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.