This project uses literate programming and the annotated source code is availabe as a Github Page: https://brudgers.github.io/eliza-cl/.
The computer code here is not original to me. and this document reflects several of my ongoing projects:
- Learning ‘classic’ AI by working through Peter Norvig’s Paradigms of Artificial Intelligence: Case Studies in Common Lisp. http://norvig.com/paip.html Norvig’s book is the source for the Lisp code in this project.
- Learning more Emacs in general and org-mode in particular.
- Developing a work process around Literate Programming.
- Norvig’s General Problem Solver in Common Lisp https://github.com/brudgers/general-problem-solver.git