Hacker News new | ask | show | jobs
by cptroot 3307 days ago
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

1 comments

yes, REPL. bummer.