I'm doing a small report comparing the object oriented features of C++ and CLOS. I come from a C++ background and have spent some time getting up to speed on CLOS. I'm impressed by its extensibility and flexability.
A question I have is "What types of real-world applications are being developed in CLOS, and what specific features of CLOS make it suitable for those apps". If you develop apps in CLOS, I'd appreciate hearing from you. Thanks very much.
Frank.
------------------------------------------------ Frank Schnekenburger Provincial Tree Improvement Analyst Ontario Ministry of Natural Resources
| I'm doing a small report comparing the object oriented features of C++ | and CLOS. I come from a C++ background and have spent some time getting | up to speed on CLOS. I'm impressed by its extensibility and flexability.
you may find the book Object-Oriented Programming, the CLOS perspective, edited by Andreas Paepcke, MIT press, 1993, ISBN 0-262-16136-2 a useful addition to your research. it has a paper on comparing CLOS and C++ by Linda G. DeMichiel. it may be somewhat dated, considering that C++ has been suffering a bad case of cancerous growth in ISO.
#<Erik 3025986069> -- "if you know what you want and you don't go out and do it yourself, you're basically a loser, you know." -- Björk.
In article <48sslo$...@govonca3.gov.on.ca> schn...@gov.on.ca (Frank Schnekenburger) writes: > A question I have is "What types of real-world applications are being > developed in CLOS"
The ESPRIT project Multiworks (multimedia workstation) use CLOS/Lisp as part of its distributed application environment (Harlequin LispWorks ?? ) .
That is/was quite a big project.
Regards, Steven Perryman perry...@cpd.ntc.nokia.com
Nichimen Graphics sells a full 2D/3D animation package running on SGI (Silicon Graphics), built entirely in Lisp with CLOS. We run on Franz's Allegro (check http://www.franz.com) rel. 4.2.
It's as fast as C++ applications, but much more flexible thanx to CLOS. The UI interface is, in particular, more elaborate and simple to use than other Computer Graphics packages. Any customization is straightforward for everybody: internal developers and customers.
Luca Pisati Nichimen Graphics Inc. 12555 West Jefferson Blvd. Suite 285, Los Angeles, CA 90066 Phone: (310) 577-0500; Fax: (310) 577-0577 pis...@nichimen.com (internet)
In article <48sslo$...@govonca3.gov.on.ca> schn...@gov.on.ca (Frank Schnekenburger) writes:
From: schn...@gov.on.ca (Frank Schnekenburger) Newsgroups: comp.lang.clos,comp.lang.lisp Date: 21 Nov 1995 15:53:28 GMT Organization: Government of Ontario Lines: 18 NNTP-Posting-Host: 127.0.0.1 X-Newsreader: NN version 6.5.0 #12 (NOV) Xref: agate comp.lang.clos:3568 comp.lang.lisp:20077
Hello,
I'm doing a small report comparing the object oriented features of C++ and CLOS. I come from a C++ background and have spent some time getting up to speed on CLOS. I'm impressed by its extensibility and flexability.
A question I have is "What types of real-world applications are being developed in CLOS, and what specific features of CLOS make it suitable for those apps". If you develop apps in CLOS, I'd appreciate hearing from you. Thanks very much.
Cheers -- Marco Antoniotti - Resistente Umano =========================================================================== ==== International Computer Science Institute | marc...@icsi.berkeley.edu 1947 Center STR, Suite 600 | tel. +1 (510) 643 9153 Berkeley, CA, 94704-1198, USA | +1 (510) 642 4274 x149 =========================================================================== ==== ...it is simplicity that is difficult to make. ...e` la semplicita` che e` difficile a farsi. Bertholdt Brecht
Correct me if I'm mistaken, but isn't this only a server? I did not see any reference to a client, though it was a rather cursory glance.
You are right. It is mostly a server, though some CLIM code is available (obviously for thise who have CLIM).
-- Marco Antoniotti - Resistente Umano =========================================================================== ==== International Computer Science Institute | marc...@icsi.berkeley.edu 1947 Center STR, Suite 600 | tel. +1 (510) 643 9153 Berkeley, CA, 94704-1198, USA | +1 (510) 642 4274 x149 =========================================================================== ==== ...it is simplicity that is difficult to make. ...e` la semplicita` che e` difficile a farsi. Bertholdt Brecht