wren-lang / wren-cli

A command line tool for the Wren programming language
MIT License
129 stars 30 forks source link

[RFC] Persist the Repl history to disk between launches #70

Open joshgoebel opened 3 years ago

joshgoebel commented 3 years ago

Would this be a welcome addition? Perhaps ~/.wren_history or some such?

clsource commented 3 years ago

In my opinion is better to have a ~/.wren directory where such configs are stored. Also there you can save your common libs and other helper codes and import them as ~/math.

joshgoebel commented 3 years ago

Ah yes, perfect. :) Soon we need the idea of LOAD_PATH, etc... :-)