Index of /archive/1999/fall/CS250/Code/AIMA/utilities

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html1999-09-24 15:45 566  
[   ]test-utilities.lisp1999-09-24 15:45 2.4K 
[   ]test-utilities.fasl1999-11-05 15:37 4.2K 
[   ]WS_FTP.LOG1999-09-24 15:45 4.7K 
[   ]cltl2.lisp1999-09-24 15:45 4.8K 
[   ]queue.lisp1999-09-24 15:45 4.9K 
[   ]cltl2.fasl1999-11-05 15:37 13K 
[   ]binary-tree.lisp1999-09-24 15:45 13K 
[   ]queue.fasl1999-11-05 15:37 17K 
[   ]utilities.lisp1999-09-24 15:45 18K 
[   ]index.lisp1999-09-24 15:45 19K 
[   ]binary-tree.fasl1999-11-05 15:37 27K 
[   ]hyperspec1999-09-24 15:45 41K 
[   ]utilities.fasl1999-11-05 15:37 55K 

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.