File: README.html

package info (click to toggle)
cl-aima 20020509-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,188 kB
  • ctags: 1,574
  • sloc: lisp: 6,593; makefile: 57; sh: 28
file content (19 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<HTML>
<HEAD>
<TITLE>Utilities (Subsystem of AIMA Code)</TITLE> 
<!-- Changed by: Peter Norvig, 30-Oct-1996 -->
</HEAD> 
<BODY bgcolor="#ffffff"> 

<H1>Utilities (Subsystem of AIMA Code)</H1>

The <b>utilities</b> system provides a set of basic functions, macros,
and data types that are used throughout the other systems.  For
example, we define the <tt>while</tt> and <tt>for</tt> iteration
macros, the two-dimensional point (and operations on it), the queue
and binary tree types, and some debugging and testing code.

<LISP>

</BODY> 
</HTML>