Re: coroutines

2010-03-10 Thread Charles Oliver Nutter
I'm planning on spending a bunch of time next week on MLVM, especially invokedynamic updates for JRuby and trying out coroutines and tail calls. So I'll let you know what I see :) On Wed, Mar 10, 2010 at 10:04 AM, Lukas Stadler wrote: > Hi everybody! > > As you've probably seen I've pushed a new

coroutines

2010-03-10 Thread Lukas Stadler
Hi everybody! As you've probably seen I've pushed a new coroutine implementation into the repository. I've posted a few examples and precompiled binaries on my blog: http://classparser.blogspot.com/2010/03/coroutines-for-java-status-update.html Maybe someone wants to give it a try? :-) cheers,