Wait. Rust doesn't have a REPL? 😱
Conversation
No :(
It was being worked on, but I don't know where that work has ended up.
1
1
How... how... I mean *how* do you get anything done? 😶
2
1
6
Replying to
Sadly I don't have a very REPL-driven workflow. I run things through an entrypoint, and write tests, or if I have a language I'll implement a REPL for that.
We now have miri: github.com/rust-lang/miri - this should make it easier than ever to implement a REPL, but I don't know what status the work is at. It's something that would be super handy.
1
1
Show replies

