Subject: Re: lisp idiom for processing each line in a file?
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 22 Feb 2006 02:06:49 -0600
Newsgroups: comp.lang.lisp
Message-ID: <07WdnTpzSrEEhmHe4p2dnA@speakeasy.net>
Majorinc, Kazimir  <false@email.com> wrote:
+---------------
| rpw3@rpw3.org says...
| > This can blow up if your file is large and your CL implementation
| > doesn't happen to perform tail-call optimization on the tail call
| > to PROCESS.   Note: Common Lisp is not Scheme.
| 
| Rob, do you have some simple example of the code that works 
| more efficiently in typical Scheme implementation than in 
| typical Lisp implementation?
+---------------

No. That's part of why I moved from Scheme to Common Lisp...  ;-}  ;-}


-Rob

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