[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Use pair as loop result handle in compiler
From: |
Jörg F . Wittenberger |
Subject: |
Re: [Chicken-hackers] [PATCH] Use pair as loop result handle in compiler-syntax for `map` |
Date: |
Mon, 21 Dec 2015 19:18:19 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux armv7l; rv:38.0) Gecko/20100101 Icedove/38.4.0 |
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 know if that explanation made no sense.
Absolutely it does.
/Jörg