https://github.com/aimacode/aima-lisp
Common Lisp implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
https://github.com/aimacode/aima-lisp
Last synced: 2 months ago
JSON representation
Common Lisp implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
- Host: GitHub
- URL: https://github.com/aimacode/aima-lisp
- Owner: aimacode
- License: mit
- Created: 2016-02-23T19:24:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-07-06T17:51:05.000Z (almost 4 years ago)
- Last Synced: 2025-07-17T12:18:02.790Z (9 months ago)
- Language: Common Lisp
- Size: 214 KB
- Stars: 420
- Watchers: 36
- Forks: 102
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cl - AIMA-lisp - Common Lisp implementation of algorithms from Russell and Norvig's "Artificial Intelligence - A Modern Approach". (Educational)
README
# aima-lisp
Common Lisp implementation of algorithms from Russell And Norvig's book *Artificial Intelligence - A Modern Approach.*
This repository was the original code base, back in 1995.
Since then, the Java and Python versions have become more popular, and this Lisp version is no
longer up-to-date. But it is here for whatever use you want to make of it.