Hacker News new | ask | show | jobs
by kupfer 1223 days ago
Is it just about a REPL? There is the evcxr hack, though I'm not sure how far you can take it.
1 comments

Nah, not specifically about the REPL itself, I just need a way to quickly sketch and run a piece of code is all. I know big IDEs support this but I prefer keeping everything in the terminal -- I'll have to go check if Emacs or NeoVim offer something along those lines.
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.
Thank you, I will.