You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use gensym or make-symbol, the end result is the same except make-symbol has nicer naming when you macroexpand. gensym is actually a wrapper around make-symbol. But yea, doesn't matter much.
Use uninterned symbols in expanded let-forms of macros if the values of these symbols are for macro-internal use only.
Output in the *Messages* buffer:
The text was updated successfully, but these errors were encountered: