[alexandria-devel] ensure-functionf

Attila Lendvai attila.lendvai at gmail.com
Sun Nov 16 12:52:14 UTC 2008


dear list,

i've got this patch pending:

(defmacro ensure-functionf (&rest places)
  "Call ENSURE-FUNCTION for each place in PLACES and store back the results."
  `(progn
     ,@(mapcar (lambda (place)
                 `(setf ,place (ensure-function ,place)))
               places)))

it might be controversial, so i'll first send it here. if noone
complains for a week or two, then i'll push it eventually.

-- 
 attila




More information about the alexandria-devel mailing list