mattwparas / steel

An embedded scheme interpreter in Rust
Apache License 2.0
1.12k stars 50 forks source link

Load and save history on repl start/exit #199

Closed glenn-m closed 5 months ago

glenn-m commented 5 months ago

Adds functionality to load/save REPL history, it defaults to the path ~/.steel/history unless STEEL_HOME is set.