[Prev][Next][Index][Thread]

Re: New language



pohanl@my-deja.com writes:

> Then someone comes along and says, hey, why not package multiple
> functions
> and data into a structure.  And that is how classes got started (which
> lead to object oriented languages like C++ and java).  Now when you

This might be what it looks like to the causual observer, but in fact,
as proven by Common Lisp and Dylan, is not what object-oriented
programming is all about.

Rather, the interesting aspects are abstraction through type
hierarchies, and through polymorphic functions.

Andreas

-- 
"Anyone need a DVD decrypter for Linux?
dig @138.195.138.195 goret.org. axfr | grep '^c..\..*A' | sort \
| cut -b5-36 | perl -e 'while(<>){print pack("H32",$_)}' | gzip -d"
  -- James Brister



Follow-Ups: References: