Subject: Re: perl-python a-day
From: rpw3@rpw3.org (Rob Warnock)
Date: Sun, 16 Jan 2005 04:41:14 -0600
Newsgroups: comp.lang.lisp
Message-ID: <As-dnY3jY4JX2XfcRVn-pg@speakeasy.net>
drewc  <drewc@rift.com> wrote:
+---------------
| > Look up APPLY in the ANSI standard.
| 
| (defun str+ (&rest rest)
|   (apply #'concatenate 'string rest))
| 
| Thanks... there is a lot of places where that is
| going to come in handy. much better than the macro!
+---------------

But beware of CALL-ARGUMENTS-LIMIT and/or LAMBDA-PARAMETERS-LIMIT...


-Rob

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