RE: Object spec, try 2

2003-03-02 Thread Brent Dax
Benjamin Goldberg: # Dan Sugalski wrote: # [snip] # > All of these--method lookup, property lookup, attribute # lookup--may be # > intercepted, and all may have a fallback method that's # called if the # > 'proper' lookup fails. # > # > I think this about covers it. If there's missing semantic

RE: Object spec, try 2

2003-03-02 Thread Brent Dax
Dan Sugalski: # Okay, here's another shot at the semantics for objects. If folks, # especially non-perl folks, would look this over and chime in, I'd # much appreciate it. ... # Attributes are local to a class in an object's inheritance hierarchy. # An object can have one "foo" attribute per cla

Object spec, try 2

2003-03-02 Thread Dan Sugalski
Okay, here's another shot at the semantics for objects. If folks, especially non-perl folks, would look this over and chime in, I'd much appreciate it. Objects have (all optional): *) Properties *) Methods *) Attributes Properties are global to the object. An object can have only one propery n

Re: Priorities of ToDos

2003-03-02 Thread Leopold Toetsch
Matthias Huerlemann wrote: Hallo Can you tell me what the priority of coroutines is? They are implemented. s. classes/coroutine.pmc and t/pmc/coroutine.t Regards, Matthias leo

Re: Object spec, try 2

2003-03-02 Thread Benjamin Goldberg
Dan Sugalski wrote: [snip] > All of these--method lookup, property lookup, attribute lookup--may > be intercepted, and all may have a fallback method that's called if > the 'proper' lookup fails. > > I think this about covers it. If there's missing semantics, and I > expect I missed something, let