|
 |
Darren New wrote:
> What comes after Object Oriented?
>
> I mean, we started with assembler, then libraries, then HLLs, then
> portable HLLs, then interpreters, then structured programming, then a
> whole bunch of stuff that nobody really picked up (workspaces, LISP,
> self-modifying code, sophisticated macros, functional programming, etc),
> then Object Oriented, then .... nothing.
>
> Why has programming language development been functionally stalled for
> 30 years?
>
More like we started with binary commands, moved on to assembler
mnemonics, then Pascal / C type command-oriented, then class based
object-oriented...
Since we're dealing with progressive levels of encapsulation here, the
next layer deals with more abstract object types. I believe Lisp and
Haskell are examples of this level. Following that, we would probably
see something which allows more abstract manipulation of systems.
...Chambers
Post a reply to this message
|
 |