Path: utzoo!attcan!uunet!lll-winken!ames!xanth!ukma!rutgers!njin!princeton!phoenix!eliot From: eliot@phoenix.Princeton.EDU (Eliot Handelman) Newsgroups: comp.lang.lisp Subject: Re: Loop Macro Keywords: Loop-Macro Message-ID: <5319@phoenix.Princeton.EDU> Date: 11 Jan 89 23:56:55 GMT References: <4429@Portia.Stanford.EDU> <1458@umbc3.UMD.EDU> <23357@apple.Apple.COM> <1131@majestix.liu.se> <16395@iuvax.cs.indiana.edu> Reply-To: eliot@phoenix.Princeton.EDU (Eliot Handelman) Organization: Princeton University, NJ Lines: 19 In article <16395@iuvax.cs.indiana.edu> nienart@iucs.UUCP (John Nienart) writes: >I must have missed the original posting. Could some kind soul please >e-mail this to me? Thanks. The MIT loop macro is actually available from rascal.ics.utexas.edu by ftp. I'm not from there, so I'm taking a great liberty in making this known. I don't think they'll object. There's a procedure in there that uses &environment that was fixed for KCl, which expects it to the right of &whole, so if you're not using KCl you might want to move the &env to the end of the list. They also have Schelter's sloop macro, which is nice but I've never managed to save a lisp image with it loaded in that worked. No suh probs with the MIT loop, though. Incidentally, does anyone from X3J13 know if a standard iteration macro is in the works? When will CL finally get one that it can call its own?