The relationship between 8sync and Fibers, in (literal) theory!

2017-01-03 Thread Christopher Allan Webber
Hello all! Some of you have been following the growth of both 8sync and Fibers, at least from some distance. I'm happy to say that I've unearthed some clarity on thei relationship. I added a commit to the 8sync manual (or, what will become the new 8sync manual) to that effect:

Re: FOSDEM 2017 Schedule is there! Change of schedule!:wq

2017-01-03 Thread Amirouche Boubekki
On 2017-01-03 15:46, Pjotr Prins wrote: In other good news: we have a full day instead of a half day! https://fosdem.org/2017/schedule/track/gnu_guile/ All talks have more time and we can still add a few talks. The final schedule has to be ready by this Saturday. Great news :) So, if

Re: FOSDEM 2017 Schedule is there! Change of schedule!:wq

2017-01-03 Thread Pjotr Prins
In other good news: we have a full day instead of a half day! https://fosdem.org/2017/schedule/track/gnu_guile/ All talks have more time and we can still add a few talks. The final schedule has to be ready by this Saturday. So, if anyone has ideas, please shoot. Also note it is now on

Re: in-line trap ?

2017-01-03 Thread Ludovic Courtès
Hello! Matt Wette skribis: > I have been going through the debugging infrastructure and can’t figure out > how to code in a trap. I would like something like > > (define (xxx) … (if cond (trap-here)) ….) > > that would dump me into the interactive debugger when I hit