From ... Path: supernews.google.com!sn-xit-02!sn-xit-01!supernews.com!upp1.onvoy!onvoy.com!news.maxwell.syr.edu!uio.no!Norway.EU.net!127.0.0.1!nobody From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: object oriented LISP? Date: 27 Oct 2000 03:36:24 +0000 Organization: Naggum Software; vox: +47 800 35477; gsm: +47 93 256 360; fax: +47 93 270 868; http://naggum.no; http://naggum.net Lines: 32 Message-ID: <3181606584192278@naggum.net> References: <2D76BB6201B13425.0CDA7FCE82D828A7.3B537747FC15B503@lp.airnews.net> <6yaebrsyv1.fsf@localhost.localdomain> <25E692B7A3C88041.221A638540AF8EFB.F793C33CD85AC0CE@lp.airnews.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: oslo-nntp.eunet.no 972617804 3409 195.0.192.66 (27 Oct 2000 03:36:44 GMT) X-Complaints-To: newsmaster@eunet.no NNTP-Posting-Date: 27 Oct 2000 03:36:44 GMT mail-copies-to: never User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 Xref: supernews.google.com comp.lang.lisp:2700 * Christopher Browne | For the most part, the only part that people tend to be familiar | with is the stuff C++ inherited from Simula... Which, by the way, wasn't the truly interesting bits. Simula had garbage collection, coroutines, and supported simulation, hence the name. Bjarne wanted to do simulation, but, due to his proximity to the C world, wanted to do it in a C-like language. None of the stuff that supports simulation in Simula survived into the C world. The kind of object system that Simula has is fantastically optimal for manipulating objects in a simulation. It is simply brilliant. However, if you don't do simulations of mostly real-world things, the object paradigm doesn't really work, the encapsulation stuff is more of a hindrance than a support, and the inheritance mechanisms don't make much sense being the exclusive approach. So Bjarne took all the bits that made Simula good for simulation, junked all the necessary support systems needed for simulation, and ended up with a model that doesn't really fit his support framework (which only does object creation and destruction and rudimentary type dispatch), only to have to add something so incredibly retarded as Templates because he failed to grasp what he had left out in his desire to copy Simula. Bjarne claims to credit Simula, but C++ is a discredit to Simula if it pretends to have learned from it. Simula's pioneering work in object orientation for simulation deserves a legacy, not something so miserably idiotic as C++. #:Erik -- Does anyone remember where I parked Air Force One? -- George W. Bush