--- clisp problems? last updated by renner 10/01/03 to run AIMA simulator with special task modules: run clisp [note: you may have access to multiple lisp interpretters, I suggest you use the one at: /user/projects/ai/bin] [also: run all AI software from the SUNS (e.g. - ect-unix / tiglon)] within clisp: load AIMA configuration file: (load 'aima.lisp) ;; note - specify relative path request the AIMA system to now load module(s) of choice example: (aima-load 'agents) access macros and functions defined within that module, such as: (test 'agents)