From: thorne
Subject: Simple intro to clos?
Date: 
Message-ID: <86lk852bjt.fsf@timbral.net>
After tinkering with programming for a while i am trying to teach myself
a real language in a more serious way now, including finally facing that
i need to learn OO concepts.  But all the docs i have found (so far) on
CLOS seem to assume that you already have a very solid grasp on OO
programming from some other language.  Does anyone know of source that
teaches OO from the ground up using CLOS?  (Or am i going to have to
learn C++, then OO, then CLOS?--ha ha, only kidding... i hope....)

Thanks for any suggestions.

-- 
Theron Ttlåx

From: Slobodan Blazeski
Subject: Re: Simple intro to clos?
Date: 
Message-ID: <5a317df5-bef9-4749-96c8-99b23e39ca30@y43g2000hsy.googlegroups.com>
On Dec 8, 9:09 pm, thorne <······@timbral.net> wrote:
> After tinkering with programming for a while i am trying to teach myself
> a real language in a more serious way now, including finally facing that
> i need to learn OO concepts.  But all the docs i have found (so far) on
> CLOS seem to assume that you already have a very solid grasp on OO
> programming from some other language.  Does anyone know of source that
> teaches OO from the ground up using CLOS?  (Or am i going to have to
> learn C++, then OO, then CLOS?--ha ha, only kidding... i hope....)
>
> Thanks for any suggestions.
>
> --
> Theron Ttlåx

Nick Levine has excellent intro to CLOS:
http://cl-cookbook.sourceforge.net/clos-tutorial/index.html

For the most thorough intro check Sonya Keene Object Oriented
Programming in Common Lips.


Slobodan
From: Zach Beane
Subject: Re: Simple intro to clos?
Date: 
Message-ID: <m3odd0g8ai.fsf@unnamed.xach.com>
thorne <······@timbral.net> writes:

> After tinkering with programming for a while i am trying to teach myself
> a real language in a more serious way now, including finally facing that
> i need to learn OO concepts.  But all the docs i have found (so far) on
> CLOS seem to assume that you already have a very solid grasp on OO
> programming from some other language.  Does anyone know of source that
> teaches OO from the ground up using CLOS?  (Or am i going to have to
> learn C++, then OO, then CLOS?--ha ha, only kidding... i hope....)

I like

  http://eval.apply.googlepages.com/guide.html

and Sonya Keene's Object-Oriented Programming in Common Lisp.

Zach
From: Rainer Joswig
Subject: Re: Simple intro to clos?
Date: 
Message-ID: <joswig-18263F.01001309122007@news-europe.giganews.com>
In article <··············@timbral.net>, thorne <······@timbral.net> 
wrote:

> After tinkering with programming for a while i am trying to teach myself
> a real language in a more serious way now, including finally facing that
> i need to learn OO concepts.  But all the docs i have found (so far) on
> CLOS seem to assume that you already have a very solid grasp on OO
> programming from some other language.  Does anyone know of source that
> teaches OO from the ground up using CLOS?  (Or am i going to have to
> learn C++, then OO, then CLOS?--ha ha, only kidding... i hope....)
> 
> Thanks for any suggestions.

Check out this one:

http://www.dreamsongs.com/CLOS.html

Richard P. Gabriel has written some overviews.

Also this:

http://www.aiai.ed.ac.uk/~jeff/clos-guide.html

http://cl-cookbook.sourceforge.net/clos-tutorial/index.html

http://www.apl.jhu.edu/~hall/AI-Programming/CLOS.html

-- 
http://lispm.dyndns.org/