Mercerenies / gdlisp

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

eval #104

Open Mercerenies opened 2 years ago

Mercerenies commented 2 years ago

Ability to evaluate code at compile-time. This eval expression would only work during macro expansion, not at actual runtime (I'm not embedding a GDLisp interpreter in the runtime, that's way out of scope).

Not a priority for v1.0