Re: [Chicken-users] scheduling and coroutines

2011-02-26 Thread Tomtom
Hi Peter > Welcome. I hope you're enjoying Scheme so far :) Definitely. I've always been amazed by the beauty and expressiveness of functional programming. > Yeah, you can use multiple value returns. Just change this in the scheduler: > > (let ((cont (call/cc (queue-remove! q > ...)

Re: [Chicken-users] scheduling and coroutines

2011-02-26 Thread Peter Bex
On Fri, Feb 25, 2011 at 06:06:59PM +0100, Tomtom wrote: > Hi list. Hi Tom! > First of all, I'm new here and new to scheme too. So please bear with me. Welcome. I hope you're enjoying Scheme so far :) > it should also give a "sleep duration" after which the scheduler will have to > resume the c