wheineman / nrpl

Nim REPL
MIT License
56 stars 9 forks source link

Add readline capabilities to preserve history #14

Open anzellai opened 7 years ago

anzellai commented 7 years ago

First of all, great little project and thanks for your effort!

Further enhancement can be made if some readline package/module is wrapped so REPL can automatically preserve previous history and partial autocomplete.

Something like rlwrap and running with rlwrap nrpl