Mercerenies / gdlisp

Lisp on the Godot platform
GNU General Public License v3.0
148 stars 1 forks source link

Way to quit the REPL #114

Closed Mercerenies closed 2 years ago

Mercerenies commented 2 years ago

Currently the only way out of the REPL is via Ctrl+C (or your OS' equivalent). Consider a (repl/quit) command, exclusive to REPL, which exits by design.

Mercerenies commented 2 years ago

Follow-on to #71.