Re: guile and coroutines controlled from C

2012-08-01 Thread Ian Price
Thien-Thi Nguyen writes: > () Ian Price > () Mon, 30 Jul 2012 05:56:43 +0100 > >(use-modules (ice-9 q)) ;; yech, but it'll do > >[...] > > See also module (ice-9 runq), documented at: > > http://www.gnuvola.org/software/guile/doc/Run-Queues.html > > and possibly other places. Cool, I w

Re: guile and coroutines controlled from C

2012-08-01 Thread Ian Price
Vincent Bernat writes: > Your example is great! It fits exactly what I need. Since I am still > pretty new, I need some time to understand each line but this seems a > very good start for what I want to do. I just need to translate some > parts in C since the event loop is here. From what I under