Chicken implementation John Cowan (08 Sep 2022 23:51 UTC)
Re: Chicken implementation Arthur A. Gleckler (08 Sep 2022 23:59 UTC)
Re: Chicken implementation Marc Nieper-Wißkirchen (09 Sep 2022 06:24 UTC)
Re: Chicken implementation Arthur A. Gleckler (09 Sep 2022 18:53 UTC)
Re: Chicken implementation John Cowan (09 Sep 2022 20:15 UTC)
Re: Chicken implementation Marc Nieper-Wißkirchen (09 Sep 2022 20:22 UTC)
Re: Chicken implementation John Cowan (09 Sep 2022 21:13 UTC)
Re: Chicken implementation Marc Nieper-Wißkirchen (10 Sep 2022 07:30 UTC)
Re: Chicken implementation John Cowan (10 Sep 2022 10:36 UTC)
Re: Chicken implementation Marc Nieper-Wißkirchen (10 Sep 2022 11:12 UTC)
Re: Chicken implementation Arthur A. Gleckler (10 Sep 2022 21:46 UTC)

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