norvig/paip-lisp
Common Lisp implementations of classic AI programs (Eliza, GPS, Student) from Peter Norvig's 1992 textbook.

Velocity · 7d
+2.5
★ / day
Trend
→steady
star history
This repository holds the MIT-licensed source code from ‘Paradigms of Artificial Intelligence Programming,’ a foundational textbook in AI education. The code demonstrates implementations of early AI systems including the Eliza conversational program, the General Problem Solver (GPS), and systems for solving algebra word problems. It covers techniques like search, pattern matching, rule-based systems, and logic programming in Common Lisp.