Mercerenies / gdlisp

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

Proper REPL #71

Closed Mercerenies closed 1 year ago

Mercerenies commented 2 years ago

Currently, our "REPL" is really a compiler that reads from /dev/stdin. We could turn that into a proper REPL, since we already do tons of communication with a Godot process for macro expansion.

Mercerenies commented 1 year ago

As of edecd9d, there is a real REPL that runs if the application is given no arguments. You can get the "old" REPL behavior (if you want it for some reason) with --legacy-repl. I may remove that option in the future.