Y
Hacker News
new
|
ask
|
show
|
jobs
by
continuational
3598 days ago
It's only a REPL in the most trivial sense if it doesn't remember variables or results between commands. I suppose it would be easy to store the output in $LAST or $R1, $R2, ..., and then eval the input.