From: OMouse
Subject: ParenScript and LOOP
Date: 
Message-ID: <e1efe299-a466-40e9-b2e3-753c7a9a3469@o40g2000prn.googlegroups.com>
Does anyone know if the LOOP macro in CL works with ParenScript?
Lemonodor has an example of a do-loop working here:
http://lemonodor.com/archives/001099.html

but I think I like the LOOP macro now heh.

-Rudolf
From: Alex Mizrahi
Subject: Re: ParenScript and LOOP
Date: 
Message-ID: <48ef6af1$0$90264$14726298@news.sunsite.dk>
 O> Does anyone know if the LOOP macro in CL works with ParenScript?

it does not:

* (ps:ps (loop for x from 1 to 5 do (alert x)))

"loop(for, x, from, 1, to, 5, do, alert(x));"


 O> but I think I like the LOOP macro now heh.

yep i think it would be cool to have it, at least some limited analog.