Re: New egg: SRFI 134: Immutable deques

2020-11-30 Thread Mario Domenech Goulart
On Mon, 30 Nov 2020 15:55:36 -0500 Wolfgang Corcoran-Mathe  
wrote:

> I'd like to submit a new CHICKEN 5 egg to the coop.  It provides SRFI
> 134 immutable deques (https://srfi.schemers.org/srfi-134/).
>
> test-new-egg says "Egg looks good!".
>
> The repo is here:
>
> https://github.com/Zipheir/srfi-134
>
> And the wiki page is here:
>
> https://wiki.call-cc.org/eggref/5/srfi-134
>
> For convenience, the raw release-info URI:
>
> https://raw.githubusercontent.com/Zipheir/srfi-134/main/srfi-134.release-info

Thanks, Wolfgang.  Your egg has been added to the coop.

All the best.
Mario
-- 
http://parenteses.org/mario



Re: New egg: unveil

2020-11-30 Thread Wolfgang Corcoran-Mathe
On 2020-11-29 22:03 +1300, Evan Hanson wrote:
> On 2020-11-21 13:27, Lassi Kortela wrote:
> > > I'd like to add the following new egg, which provides unveil(2)
> > > support for CHICKENs running under OpenBSD
> > 
> > Nice feature!
> > 
> > unveil() works together with pledge(). There already seems to be a pledge
> > egg at . Any chance the two eggs
> > could be merged?
> 
> That makes sense to me. I'm not sure what name would be best to use for
> this, but as the author of the pledge egg I think it makes sense to
> bundle these procedures in one way or another.

They could be bundled as an `openbsd' egg, perhaps providing modules
(openbsd pledge) and (openbsd unveil)?

-- 
Wolfgang Corcoran-Mathe  

"The difference between theory and practice is, uh, larger in
practice than in theory." --Olin Shivers



New egg: SRFI 134: Immutable deques

2020-11-30 Thread Wolfgang Corcoran-Mathe
Hi all,

I'd like to submit a new CHICKEN 5 egg to the coop.  It provides SRFI
134 immutable deques (https://srfi.schemers.org/srfi-134/).

test-new-egg says "Egg looks good!".

The repo is here:

https://github.com/Zipheir/srfi-134

And the wiki page is here:

https://wiki.call-cc.org/eggref/5/srfi-134

For convenience, the raw release-info URI:

https://raw.githubusercontent.com/Zipheir/srfi-134/main/srfi-134.release-info

Best regards,

-- 
Wolfgang Corcoran-Mathe  

"Not all programming languages have a way to write definitions, but
most do.  Those that do not are for wimps." --The Great Quux