[CM] legolambda

Bill Schottstaedt bil at ccrma.Stanford.EDU
Fri Aug 6 06:44:24 PDT 2010


(let* ((x 3)
       (arg '(x))
       (body `((+ ,x x 1))))
  ((apply lambda arg body) 12))





More information about the Cmdist mailing list