Re: [svn:parrot-pdd] r19204 - trunk/docs/pdds

2007-06-21 Thread Jonathan Worthington
chromatic wrote: Classes are PMCs. Are there benefits to pushing them one step further and making them Objects as well? A PDD15 class is an object in so far as it's an instance of a PMC. A PMC is a class, just written in C rather than PIR. Jonathan

Re: [svn:parrot-pdd] r19204 - trunk/docs/pdds

2007-06-20 Thread chromatic
On Wednesday 20 June 2007 19:02:43 [EMAIL PROTECTED] wrote: > Modified: >trunk/docs/pdds/pdd15_objects.pod > -Ruby: Ruby has meta classes. It would be nice if classes were objects in > Parrots OO model. +Ruby: Ruby has meta-classes. It would be nice if > classes were objects in +Parrot's OO

[svn:parrot-pdd] r19204 - trunk/docs/pdds

2007-06-20 Thread rgrjr
Author: rgrjr Date: Wed Jun 20 19:02:42 2007 New Revision: 19204 Modified: trunk/docs/pdds/pdd15_objects.pod Log: * docs/pdds/pdd15_objects.pod: + Fix typo, canonicalize "meta-classes". Modified: trunk/docs/pdds/pdd15_objects.pod ===