[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug in loop macro



At  1:00 PM 9/2/93 -0500, Doron Tal wrote:
>The following sexp (one of the examples in Steele's book) puts MCL in
>the debugger:
>
>(loop for i being each present-symbol of "CL-USER" do (print i))
>
>Does anyone know of a way to fix the problem?  

I can't reproduce the problem in MCL 2.0 or MCL 2.0p2. Which
version are you using?

------------------------------------------------------------------

Welcome to Macintosh Common Lisp Version 2.0p2!
? (loop for i being each present-symbol of "CL-USER" do (print i))

OF 
PRESENT-SYMBOL 
EACH 
FOR 
I 
BEING 
NIL
?