(load "aima.lisp")
    (aima-load 'all)
    (aima-compile)
    (test 'all)
The compiler will compile all the files, and the test mechanism
will test the resulting code.  Look for "0 errors" in the output
and a 0 as the return value.
| AIMA Home | Contact Russell & Norvig | What's new | Changed 3/13/97 |