wow. applicable lambda builds a lambda that a lambda expr evaluates. sort of makes my head hurt! > (let* ((x 3) > (arg '(x)) > (body `((+ ,x x 1)))) > ((apply lambda arg body) 12)) > > > > _______________________________________________ > Cmdist mailing list > Cmdist at ccrma.stanford.edu > http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist