Index of /2nd-ed/lisp/utilities

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]binary-tree.lisp 1997-04-17 01:01 13K 
[   ]cltl2.lisp 1997-04-23 13:47 4.8K 
[   ]hyperspec 1996-07-23 16:54 39K 
[   ]index.lisp 1997-04-18 02:00 19K 
[   ]queue.lisp 1997-04-17 00:36 4.8K 
[   ]test-utilities.lisp 1997-03-26 23:23 2.4K 
[   ]utilities.lisp 2002-04-09 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.