What does HackerNews think of RustPython?

A Python Interpreter written in Rust

Language: Rust

#15 in Compiler
#58 in Hacktoberfest
#4 in JavaScript
#4 in Python
#46 in Rust
I'm actually rooting for RustPython to reach a level of maturity that we'd just be able to ship apis and stuff with it.... https://github.com/RustPython/RustPython
"The Python interpreter is written in C, for example."

https://github.com/RustPython/RustPython

Nice! I've been following HPy for a while, and I'd like to eventually implement it in RustPython[0] (the blockers to doing so are mostly on our part, not theirs). I'm hopeful that this will vastly improve compatibility for native modules for interpreters other than CPython - numpy seems almost impossible to get working in RustPython without something like HPy.

[0]: https://github.com/RustPython/RustPython

Related: RustPython - A Python interpreter written in Rust.

https://github.com/RustPython/RustPython

https://github.com/RustPython/RustPython RustPython is still in active development, I don't know how compatible they are though
XHTML, WebAssembly, and CSS.

If you want to use an interpreted language you can compile the interpreter to WebAssembly (https://github.com/iodide-project/pyodide and https://github.com/RustPython/RustPython are examples).

I suppose I can answer this, as a high school kid: because it's interesting! I'm really interested in compilers and interpreters as well, I suppose because I think it's cool how they're so integral to all kinds of programming, and how it takes so much work to build one that can then almost magically understand what you tell it to do. I work on RustPython[0], and even though I've seen and edited the bytecode interpreter loop and the parser and the ast->bytecode compiler and all of the builtin functions and types, it's still hard to fathom that all of that is running under the hood when I type something at the REPL and it just runs.

[0]: https://github.com/RustPython/RustPython

RustPython might paint a prettier picture for a better future in this regard.

https://github.com/RustPython/RustPython