Re: loop
<[email protected]> Fri, 14 May 2010 10:38:42 +0100 (BST)
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: ><[email protected]> writes: > >> The LOOP macro doesn't seem to create a NIL block. > >The macro-expander for LOOP is copied pretty much verbatim from some >other implementation (perhaps CMUCL), so I'd be surprised if there's an >obvious problem like that. I'll have a look at it this evening, >hopefully. This feature was only added to the CMUCL version in 2008, I have tried adding the same changes to the Movitz version but it still doesn't work. The code for LOOP is nearly the same in CMUCL, SBCL and CCL but there are slight differences in each. Robert Swindells