jscl icon indicating copy to clipboard operation
jscl copied to clipboard

warning when defining a macro for a previously known/assumed function

Open davazp opened this issue 9 years ago • 0 comments
trafficstars

Or when the function is undefined.

For example:

(do-external-symbol (symbol package)
...)

would complain about SYMBOL being not a function at runtime if do-external-symbol macro is not defined yet, what is not very friendly.

davazp avatar Mar 05 '16 19:03 davazp