Mercerenies / gdlisp

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

eval #104

Open Mercerenies opened 1 year ago

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