Mercerenies / gdlisp

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

Way to quit the REPL #114

Closed Mercerenies closed 1 year ago

Mercerenies commented 1 year 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 1 year ago

Follow-on to #71.