From: Pete Abel
Subject: At the heart of Lisp
Date: 
Message-ID: <b119f458.0112121049.3325aa7f@posting.google.com>
Background:
Im interested in the way knowledge can be represented and processed in
computers; from a programming point of view.

Question:
What is the "exact" model used to represent "lists" internally (in
memory) in Lisp? Is it, for example, a simple straightforward "tree"
data structure?

I'd appreciate as "many" details as possible.
(Are there any detailed resources on this subject on the web?)

Your help is most appreciated. Thank you.
Pete