Re: Guile continuations

2009-08-21 Thread Eric Cooper
On Fri, Aug 21, 2009 at 06:53:29PM -0500, Linas Vepstas wrote: > I'm trying to find an elegant way of multi-threading between C > and scheme code, without actually using threads... Basically, > I want to do some scheme stuff for a while, break off, run some > C code for a while, then resume the sch

Guile continuations

2009-08-21 Thread Linas Vepstas
Hi, I'm trying to find an elegant way of multi-threading between C and scheme code, without actually using threads... Basically, I want to do some scheme stuff for a while, break off, run some C code for a while, then resume the scheme execution where I left off. I can acheive this by running in