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
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.