<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>I think CL as a whole has ignored the whole stack-saving paradigm (continuations, coroutines, etc) to a fault, and it would be nice to have at least one implementation that allowed real green threads (or something like it). <br></div></div></div></div></blockquote><div><br></div><div>The thing that really gets me about this is that some implementations (at least CCL) had this, but then deprecated and removed it in favor of native operating system threads.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div></div><div>A question though: would error handling/catch/throw/etc and all that work the same when operating inside or around green threads?<br></div></div></blockquote><div><br></div><div>That's the goal, anyway, but I suppose I'll see how far I can get with it. I'm currently elbow-deep in the garbage collection code, and I don't actually know that much about garbage collectors :-P</div><div><br></div><div>Cheers,</div><div>-- Morgon</div></div></div></div>