norvig / paip-lisp

Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REQUIRES does not compile a file

lispm opened this issue · comments

The COMPILE-ALL-PAIP-FILES function is not that great, this compiles different files with various versions of the functions.

The REQUIRES function only loads files. To have it load compiled files, one needs to call COMPILE-ALL-PAIP-FILES or similar - which is not great.

Probably a good idea to have REQUIRES compile the files if they are not already compiled.