libera/#lisp - IRC Chatlog Search Wednesday, 20th of September 2023, 4:21:14 UTC 4:24:30 jcowan defmacro deflexical (var &optional init doc) 4:24:30 jcowan `(progn (define-symbol-macro ,var (get ',var 'lexical)) 4:24:43 moon-child <moon-child> muurkha: there is this hack: (let ((global-holder (list init-value))) (define-symbol-macro -the-global- `(car ',global-holder)))