Thanks for the help.
On Thu, 16 Nov 1995 ······@bbnplanet.com wrote:
> In article <··········@atlas.uniserve.com> you write:
> >I trying to learn about classes in Lisp and I was wondering if someone out
> >there could give some examples on classes and "defmethod" ,"defgeneric" ,"setf"
> >all put implemented into one program . thanks .
>
> There's a whole section of the comp.lang.lisp FAQ about object-oriented
> programming; have you read that (it was just posted a few days ago). Here
> are two books listed in the FAQ that should be helpful:
>
> 2. Sonya E. Keene
> "Object-Oriented Programming in Common Lisp:
> A Programmer's Guide to CLOS"
> Addison-Wesley (Reading, MA), 1989. 266 pages. ISBN 0-201-17589-4.
> Tutorial introduction to CLOS with many examples and
> a lot of good advice for designing large programs using CLOS.
>
> 3. Jo A. Lawless and Molly M. Miller.
> "Understanding CLOS: the Common Lisp Object System"
> Digital Press, 1991. 192 pages.
>
> Also, I think the book "Lisp Style and Design" makes use of CLOS in some of
> its examples.
> --
> Barry Margolin
> BBN PlaNET Corporation, Cambridge, MA
> ······@bbnplanet.com
> Phone (617) 873-3126 - Fax (617) 873-6351
>