Mercerenies / gdlisp

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

Funcref of macro #131

Open Mercerenies opened 1 year ago

Mercerenies commented 1 year ago
(defmacro foo ())
#'foo

This should be a compile-time error. You cannot take a function reference to a macro.