From: Esteban
Subject: lisp data types?
Date: 
Message-ID: <42B92DEBA25FD96E.1AB9ACB635DB5E6C.257A020034007111@lp.airnews.net>
I would be very grateful for an overview of Lisp's data types and Lisp's use
of data types.

Thanks for your insight.

From: Erik Naggum
Subject: Re: lisp data types?
Date: 
Message-ID: <3183691999602665@naggum.net>
* "Esteban" <····@catfish.net>
| I would be very grateful for an overview of Lisp's data types and
| Lisp's use of data types.

  You will probably find what you are looking for in the Common Lisp
  HyperSpec (the online version of the Common Lisp Standard).  The
  current starting point seems to be

  <URL:http://www.xanalys.com/software_tools/reference/HyperSpec/>

#:Erik
-- 
  ALGORITHM: a procedure for solving a mathematical problem in a finite
  number of steps that frequently involves repetition of an operation.
  ALGOREISM: a procedure for solving an electoral problem in a finite
  number of steps that frequently involves repetition of an operation.
From: Esteban
Subject: Re: lisp data types?
Date: 
Message-ID: <C9B737A1C137B2D3.664A6D219710AA53.0DAE3054E3B56E6F@lp.airnews.net>
Thank you very much.

"Erik Naggum" <····@naggum.net> wrote in message
·····················@naggum.net...
> * "Esteban" <····@catfish.net>
> | I would be very grateful for an overview of Lisp's data types and
> | Lisp's use of data types.
>
>   You will probably find what you are looking for in the Common Lisp
>   HyperSpec (the online version of the Common Lisp Standard).  The
>   current starting point seems to be
>
>   <URL:http://www.xanalys.com/software_tools/reference/HyperSpec/>
>
> #:Erik
> --
>   ALGORITHM: a procedure for solving a mathematical problem in a finite
>   number of steps that frequently involves repetition of an operation.
>   ALGOREISM: a procedure for solving an electoral problem in a finite
>   number of steps that frequently involves repetition of an operation.