Dan Sugalski writes: > Okay, here's a tentative list 'o stuff that is in the works for Parrot 0.03 > (and possibly 0.04): > > *) Scalar PMCs > *) Simple I/O > *) Multiple interpreter & thread creation > *) A simple arena allocation system > *) Garbage collection
Sweet! I guess Simon and you should work out which go into 0.03 and which in 0.04. Is there a good reason to delay allocation until after the things that allocate memory have been written? Nat