Re: Chicken implementation
Marc Nieper-WiÃkirchen 09 Sep 2022 06:23 UTC
Thank you, John! I would like to see your Chicken implementation
included in the SRFI 229 repository.
Note that you could also have `procedure/tag?` return `#t` in all
cases, which is probably better than exploiting the "is an error"
condition. See the documentation of the two procedures in section
4.3.
Marc
Am Fr., 9. Sept. 2022 um 01:59 Uhr schrieb Arthur A. Gleckler
<xxxxxx@speechcode.com>:
>
> On Thu, Sep 8, 2022 at 4:51 PM John Cowan <xxxxxx@ccil.org> wrote:
>
>>
>> If everyone is okay with it, it can be pulled in from johnwcowan/srfi-229.
>
>
> Excellent. Thanks, John.
>
> Marc, would you please take a look when you have a chance? I can pull this into a contrib/ directory per the usual practice.Ex