From: Christian Neukirchen Date: 2007-03-27T04:10:42+09:00 Subject: Re: More Summer of Code goodness (please forward) SASADA Koichi writes: > 2. Ruby/YARV Continuation Support > 3. Ruby/YARV Partial Continuation Support > > Partial Continuation is what we need (I believe). Design this API and > implement it. It will need realistic limitation. But it will be > realistic answer who want to use generator, or so. Yay, I've been thinking that for years and that includes 2. actually. :-) (I'm not sure how to do it without CPS, though. I think Ocaml has some primitives for it.) http://www.chneukirchen.org/blog/archive/2005/04/shift-reset-and-streams.html > 5. Simple Simple test suits > > Ruby has own test cases in Test::Unit. But to work Test::Unit is too > difficult for alternative implementation which built from scratch. > Current YARV has "bootstraptest" to test primitives. Your goal is to > enlarge this test items. I think zenspider has a Test::Unit::Mini or something; a single, simple file... -- Christian Neukirchen http://chneukirchen.org