RustPython/RustPython
github.com原文 ↗
RustPython 是用 Rust 实现的 Python-3 解释器,目标是完整 Python 环境而不是 CPython binding。README 标注面向 CPython >=3.14.0,可通过 cargo run、interactive shell、cargo install、venv、pip/SSL、WASI 和 embedding 使用,也有 WebAssembly online demo。项目还有实验性 JIT feature,可用 `__jit__()` 编译 Python 函数为 native code;README 同时提醒解释器仍在开发中,不完全 production-ready。
–浏览
评论 · Comments