At 10:43 PM 1/10/2002 +, Tim Bunce wrote:
>On Thu, Jan 10, 2002 at 12:37:23PM -0500, Dan Sugalski wrote:
> >
> > >Tim [who's not really been paying attention, so ignore me if I'm being
> daft].
> >
> > Nah, you're making sense. Besides, vtables are all your fault in the first
> > place, so I
At 10:43 PM 1/10/2002 +, Tim Bunce wrote:
>On Thu, Jan 10, 2002 at 12:37:23PM -0500, Dan Sugalski wrote:
> >
> > >Tim [who's not really been paying attention, so ignore me if I'm being
> daft].
> >
> > Nah, you're making sense. Besides, vtables are all your fault in the first
> > place, so I
On Thu, Jan 10, 2002 at 12:37:23PM -0500, Dan Sugalski wrote:
>
> >Tim [who's not really been paying attention, so ignore me if I'm being daft].
>
> Nah, you're making sense. Besides, vtables are all your fault in the first
> place, so I ought to be listening... :)
Why do I have the feeling th
At 12:15 AM 1/10/2002 +, Tim Bunce wrote:
>On Wed, Jan 09, 2002 at 04:42:51PM +, Graham Barr wrote:
> > On Tue, Jan 08, 2002 at 06:38:02PM -0500, Dan Sugalski wrote:
> > > ># Attributes are done as a hash of hashes. Each interpreter has a
> > > ># pointer to an attribute hash, whose keys a
On Wed, Jan 09, 2002 at 04:42:51PM +, Graham Barr wrote:
> On Tue, Jan 08, 2002 at 06:38:02PM -0500, Dan Sugalski wrote:
> > ># Attributes are done as a hash of hashes. Each interpreter has a
> > ># pointer to an attribute hash, whose keys are the attribute names. The
> > ># values will be has
On Tue, Jan 08, 2002 at 06:38:02PM -0500, Dan Sugalski wrote:
> ># Attributes are done as a hash of hashes. Each interpreter has a
> ># pointer to an attribute hash, whose keys are the attribute names. The
> ># values will be hash pointers. Those hashes will each have a key which
> ># is a PMC poi
> ---
>
> We need private methods for objects.
>
> ---
just a comment on how this is done for ruby:
#initially objects are created with a given class
#say aFoo is an instance of class Foo
aFoo = Foo.new
#then we can add methods to aFoo
def aFoo.bar()
puts 'invoked bar'
end
#th
At 01:47 PM 1/8/2002 -0800, Brent Dax wrote:
>Dan Sugalski:
># This is just a collection of random notes I put together while serving
># jury duty. There's not much coherence here, but better to get it down
># than not.
>
>"Is this case worthy of the death penalty?"
>"Hmm? Yeah, sure, whatever."
Dan Sugalski:
# This is just a collection of random notes I put together while serving
# jury duty. There's not much coherence here, but better to get it down
# than not.
"Is this case worthy of the death penalty?"
"Hmm? Yeah, sure, whatever."
:^)
# Global namespaces need to be multilevel the w
This is just a collection of random notes I put together while serving
jury duty. There's not much coherence here, but better to get it down
than not.
---
Global namespaces need to be multilevel the way lexical spaces
are. Ruby and Python both require this. (Well, it's not required but
i
10 matches
Mail list logo