This is probably a silent cry in the woods and nobody will listen, but could other implementations please warn users that there is a precise order of statements in LOOP?
http://www.lispworks.com/documentation/HyperSpec/Body/m_loop.htm There are a lot of libraries out there which are being developed by implementations that do not care whether (LOOP WHILE ... FOR I = ...) is a valid or not, and this is at least affecting users of one implementation that does (ECL). You might say that it is up to the users to learn the Standard, but in practice implementations may create a false impression that certain things are ok, specially when those deviations are not explicit by the implementation. Juanjo -- Instituto de FĂsica Fundamental, CSIC c/ Serrano, 113b, Madrid 28006 (Spain) http://juanjose.garciaripoll.googlepages.com
_______________________________________________ Implementation-hackers mailing list [email protected] http://lists.common-lisp.net/cgi-bin/mailman/listinfo/implementation-hackers
