Mercerenies / gdlisp

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

Runtime macro presence #24

Open Mercerenies opened 3 years ago

Mercerenies commented 3 years ago

Currently, defmacro calls still compile to ordinary GDScript functions at runtime, even though they can't be called from GDLisp and are of questionable utility if called from GDScript. It may be worth stripping macro declarations from the final output.