Hey Noah,
Noah Friedman wrote:
> But with the examples you provided, it seems that you may be able to use
> `apply':
>
> (apply (car command) (cdr command))
Yeah, I forgot about that.
> You said that the mapping relation
>
> (lambda (x) (list 'quote x))
>
> did not work, but I'm not sure why that would be the case; in fact I
> tried
It turned out that I had left a "'":
(lambda (x) '(list 'quote x))
Seems I am sitting too long in front of this machine and have to go
home now. :-) I'm sorry. Thanks, Noah, for your valuable input and
rescuing my day.
Take care,
Andreas.
pgpAOfPRNAIGu.pgp
Description: PGP signature
|