Re: [ann] fibers 0.1.0

2016-07-07 Thread Andy Wingo
On Wed 06 Jul 2016 19:29, Amirouche Boubekki writes: > (Resent the mail to the mailing list) Resending my reply, I didn't notice it was a private message. (Please don't send me private messages about Guile; always send to the list.) On Tue 05 Jul 2016 21:16, Amirouche Boubekki writes: > It's

Re: [ann] fibers 0.1.0

2016-07-06 Thread Amirouche Boubekki
(Resent the mail to the mailing list) On 2016-07-04 10:34, Andy Wingo wrote: Hi all, I just released Fibers 0.1.0. Fibers is an experimental facility for Erlang-like concurrency in Guile 2.2. As an example, here is a ping server written in Fibers: (define (socket-loop socket store)