Re: [PATCH] Fix and-let*.

2015-10-03 Thread Taylan Ulrich Bayırlı/Kammer
Mark H Weaver writes: >> [...] > > For improved error reporting, the '%and-let*' auxiliary macro accepts > the entire original form 'orig-form' as its first operand. Here, and in > several other places, you forgot to pass 'orig-form' down to the > recursive use of '%and-let*'. As a result, I gu

Asynchronous event loop brainstorm at FSF 30

2015-10-03 Thread Christopher Allan Webber
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 points: - General idea is to do something coroutine based. - This would be lik