Re: [Chicken-hackers] [PATCH] Use pair as loop result handle in compiler-syntax for `map`

2015-12-21 Thread Peter Bex
On Mon, Dec 21, 2015 at 04:25:04PM +1300, Evan Hanson wrote: > Hi hackers, > > Here's a patch for an issue Felix pointed out way back in April, in > <20150409.002445.2299782991240200701.felix.winkelm...@bevuta.com> (the > actual message is inline, below). I actually mentioned this a while ago >

Re: [Chicken-hackers] [PATCH] Use pair as loop result handle in compiler-syntax for `map`

2015-12-21 Thread Jörg F . Wittenberger
Am 21.12.2015 um 04:25 schrieb Evan Hanson: > Hi hackers, > > Here's a patch for an issue Felix pointed out way back in April, in >. .. > However, that conditional is really only needed the first time through > the loop, in order to update a `##core#box` to refer to the head of the > ... > Let me

Re: [Chicken-hackers] [PATCH] Use pair as loop result handle in compiler-syntax for `map`

2015-12-21 Thread Evan Hanson
Whoops -- I swapped the arms of the `if` forms in my examples, but didn't invert the test expressions. Swap them back in your head. :) Evan ___ Chicken-hackers mailing list Chicken-hackers@nongnu.org