RustPython: A Python Interpreter Written in Rust rustpython.github.io 9 points by pykello 9 hours ago
burnt-resistor 5 minutes ago Related: Buck2 has used Starlark, an embedded Python-like interpreter in Rust, for several years. Bazel may also use it but I'm not sure if it's the Go or the Rust implementation. https://github.com/facebook/starlark-rust
Related: Buck2 has used Starlark, an embedded Python-like interpreter in Rust, for several years. Bazel may also use it but I'm not sure if it's the Go or the Rust implementation. https://github.com/facebook/starlark-rust
Funny how things become faster just by writing them in Rust.