Mercerenies / gdlisp

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

Ability to compile files at REPL #146

Open yumaikas opened 1 year ago

yumaikas commented 1 year ago

At the REPL, I'd like to be able to fire off the GDLisp compiler against files. use is the closest thing to this, but it complains if I try to use the same file twice.

The main thing I'm trying to avoid here is the cost of launching Godot each compilation using the GDLisp cli. I don't conceptualize this as an eval replacement, at least for now.