[comp.lang.lisp] X3J13 Loop macro sources?

layer@Franz.COM (Kevin Layer) (05/17/91)

>> 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