TIL: Rust REPL
2024-01-12
- rust
I learned today about the evcxr project. It allows you to run a Rust REPL. I find it extremely handy for learning and toying around with various standard library stuff.
It’s also got a Jupyter Notebook plugin but I don’t currently care about that.
There’s also irust but it’s got some tradeoffs.