This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Philosophy and object systems (was Re: goops/guile doc)


Marius Vollmer <mvo@zagadka.ping.de> writes:

> In Lisp, you can easily build a more restricted version of dispatch on
> top of generic functions, but you have a hard time getting more
> `generic' in C++ or Java.

Not true.  Compared with generics, interitance (to avoid the word
polymorphism) is a more powerful concept.

See Meyer's discussion about simulating genericity with inherintance
and vice versa.  


Jost
-- 
Press [f] to start flame war ... :)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]