Skip to main content

Timeline for Common Lisp Macro Pattern match

Current License: CC BY-SA 3.0

3 events
when toggle format what by license comment
May 23, 2017 at 12:03 history edited URL Rewriter Bot
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Jan 23, 2013 at 19:53 comment added acelent @wvxvw, if you use just #:expr, it'll give you a warning when you define the macro and an error when you use it. But if you meant the difference between (make-symbol (symbol-name '#:expr)) and '#:expr, it's that the former always creates a new symbol, while the latter will reuse the same symbol over all macro expansions.
Jan 21, 2013 at 17:00 history answered acelent CC BY-SA 3.0