[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] extracting srfi-1 from chicken 5
From: |
Jörg F. Wittenberger |
Subject: |
Re: [Chicken-hackers] extracting srfi-1 from chicken 5 |
Date: |
Tue, 17 Feb 2015 12:11:45 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux armv7l; rv:31.0) Gecko/20100101 Icedove/31.4.0 |
Just a remark.
If the mini-srfi-1 stuff is only (to be) required in operator position
it could be given as syntax.
Am 15.02.2015 um 23:44 schrieb Felix Winkelmann:
>>> - There is an include file ("mini-srfi-1.scm") that holds the
>>> procedures that are currently needed. It is included by several
>>> units, mostly compiler units.
...
>>> - I had to drop the special cases in the scrutinizer for some of the
>>> srfi-1 procedures.
>>
>> No worries. (Incidentally, trying to see if we can get the same
>> functionality via type declarations may provide a nice set of use cases
>> for scrutinizer extensions.)
>
> Very good. I was afraid you might be angry at me for this... ;-)