Re: Storing Classes in Bytecode

2010-07-28 Thread chromatic
On Wednesday 28 July 2010 at 20:42, Peter Lobsinger wrote: > I am not sure we need another segment for this. Classes are just > objects. If freeze-thaw isn't cutting it for classes, I think it is > more indicative of general freeze-thaw issues than a situation that > requires special-casing classe

Re: Storing Classes in Bytecode

2010-07-28 Thread Peter Lobsinger
On Wed, Jul 28, 2010 at 6:02 PM, chromatic wrote: > Rakudo and other HLLs could greatly benefit from Parrot sorting out the "How > and when do I declare a class?" mess.  The best way I can see for us to help > them is to ease the requirement that all classes need declaration in :load > :init subs

Storing Classes in Bytecode

2010-07-28 Thread chromatic
Rakudo and other HLLs could greatly benefit from Parrot sorting out the "How and when do I declare a class?" mess. The best way I can see for us to help them is to ease the requirement that all classes need declaration in :load :init subs when compiling PIR or loading PBC by adding a bytecode s

Lorito Prototype

2010-07-28 Thread Jon Gentle
Almost 3 weeks ago I started hacking a Lorito prototype together. As of this morning, I've cobbled together enough functionality that I feel comfortable asking for help and a few more eyes. If anyone is interested, the code lives at http://github.com/atrodo/lorito and I will happily give out comm