Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!uunet!fernwood!franz!layer From: layer@Franz.COM (Kevin Layer) Newsgroups: comp.lang.lisp Subject: X3J13 Loop macro sources? Message-ID: Date: 16 May 91 17:21:41 GMT Sender: news@Franz.COM Distribution: comp Organization: Franz Inc., Berkeley, CA Lines: 16 >> One of the versions of common lisp I'm using (Sun4 Allegro CL 3.1.13.1) >> doesn't have the "LOOP" package to support the loop macro extensions >> of X3J13. A small clarification: the default LOOP in this version of Allegro CL is the CLtL-I LOOP, not the new X3J13 conformant LOOP. To get the latter, just (require :loop) and you'll get something which is more like what you want. The source to that LOOP is in lib/code/loop.cl, relative to the ACL library. -- Kevin Layer, Franz Inc. 1995 University Avenue, Suite 275 layer@Franz.COM (internet) Berkeley, CA 94704 uunet!franz!layer (uucp) Phone: (415) 548-3600; FAX: (415) 548-8253