Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CLOS : need documentations

2 views
Skip to first unread message

Guillaume Thouvenin

unread,
Nov 23, 2000, 3:00:00 AM11/23/00
to
Hello,

In my class, I have to present an OOP langage. I've chosen CLOS (they
impose me :). Could you give me some links about the differents subjects
like :
- garbage collector (implemantation inside CLOS if there is one)
- threads (I've read that CLOS is strongly "threaded")
- function overloading
- operator overloadinf
- Inhertance
- etc...

Of course, I'm not asking you to do my homework (but if you want to ...:).
I'd just like good URLs that explain how CLOS deals with those things.

Thanks for your help,
Guillaume

PS : If someone is able to send me a code example, it will be nice.

R2

unread,
Nov 24, 2000, 2:23:33 AM11/24/00
to

Hi,
here is two URLs, I hope you'll be able to reach them, otherwise I have
nothing else for you.

http://dept-info.labri.u-bordeaux.fr/~strandh/Teaching/MTP/Common/HyperSpec/FrontMatter/index.html
http://dept-info.labri.u-bordeaux.fr/~strandh/Teaching/MTP/Common/David-Lamkins/cover.html

Have fun with Lisp...

--
oO---------------------------------------------
Renaud-Roland "R2" Hubert

mailto:R2Hu...@doomlike.com (uin:25859151)
Http://www.emi.u-bordeaux.fr/~hubert
---------------------------------------------Oo

Paolo Amoroso

unread,
Nov 24, 2000, 3:00:00 AM11/24/00
to
On Thu, 23 Nov 2000 11:41:57 -0500, Guillaume Thouvenin
<guillaume...@polymtl.ca> wrote:

> In my class, I have to present an OOP langage. I've chosen CLOS (they
> impose me :). Could you give me some links about the differents subjects
> like :

Look for this book at your department's library:

"Object-Oriented Programming in Common Lisp - A Programmer's
Guide to CLOS"
Sonya Keene
Addison-Wesley, 1989
ISBN 0-201-17589-4


Paolo
--
EncyCMUCLopedia * Extensive collection of CMU Common Lisp documentation
http://cvs2.cons.org:8000/cmucl/doc/EncyCMUCLopedia/

Martti Halminen

unread,
Nov 24, 2000, 3:00:00 AM11/24/00
to
Guillaume Thouvenin wrote:

> In my class, I have to present an OOP langage. I've chosen CLOS (they
> impose me :). Could you give me some links about the differents subjects
> like :

If you haven't found it yet, you could look at http://www.lisp.org

> - garbage collector (implemantation inside CLOS if there is one)

Strictly speaking, CLOS is not a separate language, it is just the
object-oriented part of Common Lisp, so there is no separate CLOS
garbage collector, the same collector handles everything in the Lisp
system.

> - threads (I've read that CLOS is strongly "threaded")

The ANSI Common Lisp standard does not define threads at all, IIRC. The
major CL implementations have multi-threading systems;
implementation-specific, though relatively similar due to their design
intention to stay somewhat compatible with the Symbolics threading
system. More on this in http://www2.cons.org/cracauer/lisp-threads.html

--

0 new messages