Hacker News new | ask | show | jobs
by knavely 3307 days ago
Is there a Rust Console ? As a Scala/Haskell programmer, this is my biggest wish right now.
1 comments

I'm guessing you're asking if Rust has a REPL? Currently there is no REPL included in the standard language, but you can download the rusti project [1] using cargo.

[1] https://github.com/murarth/rusti

yes, REPL. bummer.