Subject: Re: Cello Rising [was Re: Lisp's future]
From: rpw3@rpw3.org (Rob Warnock)
Date: Sun, 01 Feb 2004 04:49:23 -0600
Newsgroups: comp.lang.lisp
Message-ID: <-pqcnfWU_aEuRIHdXTWc-g@speakeasy.net>
Fred Gilham  <gilham@snapdragon.csl.sri.com> wrote:
+---------------
| and instead of
|   `(a ,b ,@c)
| you can write
|    (append (list (quote a) b) c)
+---------------

Or (list* (quote a) b c) or even (cons (quote a) (cons b c)).

See? Perl isn't the only one with "more than one way to do it"...  ;-}


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607