[alexandria-devel] PROG1-LET

Volkan YAZICI yazicivo at ttmail.com
Mon Oct 27 13:49:12 UTC 2008


Hi,

Do alexandria developers consider including PROG1-LET? (I find it quite
useful, and it is included in the very early lines of nearly every of my
utils.lisp files.)

  (defmacro prog1-let ((var val) &body body)
    `(let ((,var ,val))
       , at body
       ,var))


Regards.




More information about the alexandria-devel mailing list