paip-lisp
Lisp code for the textbook "Paradigms of Artificial Intelligence"
paip-lisp is the Common Lisp source code companion to Peter Norvig’s book Paradigms of Artificial Intelligence Programming. It contains implementations and examples from the book, covering classic AI techniques through Lisp programs. The repository includes systems for symbolic reasoning, search, rule-based inference, natural language processing, pattern matching, logic programming, and game-playing examples. It is valuable for readers who want to study the original code while working...