CLtL2/dpANS LOOP for CLISP
==========================

This implements X3J13 votes <115> and <114> for CLISP.
An elaborate LOOP macro, a new macro LOOP-FINISH.

loop.lsp.old is for all CLISP versions up to January 1994.
loop.lsp.new is for CLISP version June 1994 or newer.

Warning: The scoping rules for the iteration variables are hairy. If a
FOR/AS initialisation form refers to an iteration variable of a subsequent
FOR/AS clause, the effects are implementation dependent!

Known bug: Iterating over packages doesn't work. (Runtime support
missing.)

Bruno Haible <haible@ma2s2.mathematik.uni-karlsruhe.de>

