$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-15 12:27:45
----- Original Message -----
From: "Peter Dimov" <pdimov_at_[hidden]>
> In contrast, Lisp builds everything out of pairs; its only data structure
is
> the binary tree. A Lisp tree is nearly always a slist; nevertheless,
> sometimes a binary tree is a better fit for the concept being modeled.
But not strictly, right? AFAIK every "real" Lisp implementation has vectors
and other data structures which are implemented differently.
-Dave