Name: Anonymous 2015-09-23 13:13
The LOOP macro is one of the few contributions of Interlisp to Common Lisp. I personally really like it. A very nice declarative language for sequential iteration.
I think Iterate is nicer (for example, to find something), but I am using LOOP for now because I want to master it before I move onto Iterate.
I think Iterate is nicer (for example, to find something), but I am using LOOP for now because I want to master it before I move onto Iterate.