From: ··············@gmail.com
Subject: the best introduction to clos?
Date: 
Message-ID: <8e213291-b4fa-49e8-ab78-9247af5213a7@w40g2000yqd.googlegroups.com>
which is the best book to understand CLOS?

thanx

From: Pascal J. Bourguignon
Subject: Re: the best introduction to clos?
Date: 
Message-ID: <7cws815zbo.fsf@pbourguignon.anevia.com>
··············@gmail.com writes:

> which is the best book to understand CLOS?

AMOP: The Art of the Metaobject Protocol, 
      http://www.amazon.com/Art-Metaobject-Protocol-Gregor-Kiczales/dp/0262610744
      is an essential book for understanding the implementation of CLOS and advanced OO. 

See also the specification of MOP at http://www.lisp.org/mop/

-- 
__Pascal Bourguignon__
From: Pascal J. Bourguignon
Subject: Re: the best introduction to clos?
Date: 
Message-ID: <7cskip5z59.fsf@pbourguignon.anevia.com>
··············@gmail.com writes:

> which is the best book to understand CLOS?

Well, for CLOS specifically, "Object Oriented Programming in Commmon
Lisp: A Programmers' Guide to CLOS" would be the book.
http://www.amazon.com/Object-Oriented-Programming-Common-Lisp-Programmers/dp/0201175894/ref=sr_1_1?ie=UTF8&s=books&qid=1243504503&sr=1-1


-- 
__Pascal Bourguignon__
From: Pascal Costanza
Subject: Re: the best introduction to clos?
Date: 
Message-ID: <7880t9F1k8spgU1@mid.individual.net>
··············@gmail.com wrote:
> which is the best book to understand CLOS?

Most Common Lisp books have good intros to CLOS. Peter Seibel's 
"Practical Common Lisp" is especially good in my opinion. But others are 
also not too shabby. ;)

AMOP is something that you should definitely read sooner or later as 
well, but it's better to first start with some more basic introduction.


Pascal

-- 
ELS'09: http://www.european-lisp-symposium.org/
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/