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
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