Index of /lisp/utilities
Name Last modified Size Description
Parent Directory -
binary-tree.lisp 17-Apr-1997 01:01 13K
cltl2.lisp 23-Apr-1997 13:47 4.8K
hyperspec 23-Jul-1996 16:54 39K
index.lisp 18-Apr-1997 02:00 19K
queue.lisp 17-Apr-1997 00:36 4.8K
test-utilities.lisp 26-Mar-1997 23:23 2.4K
utilities.lisp 09-Apr-2002 11:51 18K
Utilities (Subsystem of AIMA Code)
Utilities (Subsystem of AIMA Code)
The utilities system provides a set of basic functions, macros,
and data types that are used throughout the other systems. For
example, we define the while and for iteration
macros, the two-dimensional point (and operations on it), the queue
and binary tree types, and some debugging and testing code.