From: Grant Rettke (grettke at acm.org) Date: Fri Jun 26 12:50:16 EDT 2009 |
|
On Fri, Jun 26, 2009 at 11:42 AM, Veer<diggerrrrr at gmail.com> wrote: > Using eval seems to work : > > (define (add3 x y) > (apply (eval (append-symbol 'add 'er)) > (list x y))) Do you have the answer lined up for the OP when this doesn't work anywhere but the top-level? :)
Posted on the users mailing list. |
|