On Sat, 03 Oct 2015 17:29:16 -0500
Christopher Allan Webber wrote:
> So David Thompson, Mark Weaver, Andrew Engelbrecht and I sat down to
> talk over how we might go about an asynchronous event loop in Guile
> that might be fairly extensible. Here are some of what we discussed,
> in bullet point
Hi Christopher!
I'm one of guys who's interested in this topic, say, async IO in Guile.
On Sat, 2015-10-03 at 17:29 -0500, Christopher Allan Webber wrote:
> - This would be like asyncio or node.js, asynchronous but *not* OS
>thread based (it's too much work to make much of Guile fit around
>
BTW, someone (I got the message privately, feel free to identify
yourself, person!) pointed me to http://wehu.github.io/mo/
which might be interesting to look at... it's the start of a node-style
event loop thing written in Guile, it looks like?
- Chris
Amirouche Boubekki writes:
> Héllo,
>
> Please excuse my layman question in advance.
>
> I find the idea awesome to work on asynchronous framework for Guile.
>
> Le 2015-10-04 00:29, Christopher Allan Webber a écrit:
>> So David Thompson, Mark Weaver, Andrew Engelbrecht and I sat down to
>> talk o
Héllo,
Please excuse my layman question in advance.
I find the idea awesome to work on asynchronous framework for Guile.
Le 2015-10-04 00:29, Christopher Allan Webber a écrit :
So David Thompson, Mark Weaver, Andrew Engelbrecht and I sat down to
talk over how we might go about an asynchronous