Y
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
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
link
knavely
3307 days ago
yes, REPL. bummer.
link
[1] https://github.com/murarth/rusti