develooper Front page | perl.perl6.language | Postings from July 2001

Re: Anyone actually experienced with object inheritance?

Thread Previous | Thread Next
From:
Bart Schuller
Date:
July 2, 2001 16:57
Subject:
Re: Anyone actually experienced with object inheritance?
Message ID:
20010703001018.B32234@tanglefoot.lunatech.com
On Sun, Jul 01, 2001 at 04:35:16PM -0400, schwern@pobox.com wrote:
> Rather than stumbling around in the dark here, is anyone actually
> experienced with object inheritance?  Any Self programmers out there?
> Someone that's actually used this technique often and understands what
> works and what does?  Any books/articles to recommend?

The Apple Newton was programmed in NewtonScript, a prototype-based
language. http://www.cc.gatech.edu/~schoedl/projects/NewtonScript/ seems
like a nice overview.

The concept was put to good use, as you could inherit from objects
living in ROM, making them very lean.

There also was another type of inheritance: parent inheritance. Methods
could be looked up in containing objects, which could denote a visual
relationship (windows and subwindows), or non visual (subsystems inside
programs).

More info from the main architect at http://www.best.com/~wsmith/works.html

-- 
The idea is that the first face shown to people is one they can readily
accept - a more traditional logo. The lunacy element is only revealed
subsequently, via the LunaDude. [excerpted from the Lunatech Identity Manual]

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About