Why Nostr? What is Njump?
2024-03-28 21:33:26
in reply to

screwtape on Nostr: Reiddragon :ablobcatattention: I'm worried I missed your point. (defun foo (&aux (bar ...


I'm worried I missed your point.
(defun foo (&aux (bar 'baz))
(print bar)
(locally (declare (special bar)) (print bar)))
(defvar bar 'buz)
(foo)
=>
BAZ
BUZ

I'm a little lost about what's un/desirable.
Author Public Key
npub1n6w9sqrgjr37x83sdcs9rrerd9jlrk8wjajqzawhftacsa5603xs8krzel