Hacker News new | ask | show | jobs
by kupfer 1225 days ago
Maybe take a look at evcxr, it runs in a terminal and is REPL like. When I'm dabbling in rust, I use it e.g. to quickly try out library functions and how to work with the result. But I'm just getting started.
1 comments

Thank you, I will.