Why aren't we all speaking LISP now?

Greg Ewing see at my.signature
Wed May 16 02:09:09 EDT 2001


Courageous wrote:
> 
> One variant of loop has you doing:
> 
> (loop while (condition)
>         )

I also seem to remember using a (while condition ...)
construct. I can't remember whether it was built-in
or whether I made my own using a macro. Either way,
it was much easier to use than (do ...), even if I
had to spell things out more verbosely inside it.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list