From: SourceForge.net <no...@so...> - 2011-08-02 14:27:23
|
Bugs item #3384698, was opened at 2011-08-02 10:23 Message generated for change (Comment added) made by sds You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3384698&group_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: clisp Group: lisp error Status: Open Resolution: None Priority: 5 Private: No Submitted By: Sam Steingold (sds) Assigned to: Sam Steingold (sds) Summary: loop does not warn on REPEAT before FOR Initial Comment: http://www.lispworks.com/documentation/HyperSpec/Body/m_loop.htm loop [name-clause] {variable-clause}* {main-clause}* => result* variable-clause::= with-clause | initial-final | for-as-clause main-clause::= unconditional | accumulation | conditional | termination-test | initial-final termination-test::= while form | until form | repeat form | always form | never form | thereis form therefore we need a warning in (loop repeat 0 for E = 7 then bob finally (return E) ) ---------------------------------------------------------------------- >Comment By: Sam Steingold (sds) Date: 2011-08-02 10:27 Message: http://groups.google.com/group/comp.lang.lisp/browse_thread/thread/a2d7033a4d372c7f/3fdfd51cddef3896 "Zero-repetition in LOOP, in CLisp" ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3384698&group_id=1355 |