public
Description: Paradigms of Artificial Intelligence Programming (in Ruby)
Homepage: http://olabini.com/paipr
Clone URL: git://github.com/olabini/paipr.git
paipr / README
100644 13 lines (9 sloc) 0.458 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
Paradigms of Artificial Intelligence Programming (in Ruby)
----------------------------------------------------------
 
This code is a port of the Lisp code found in the book Paradigms of
Artificial Intelligence Programming, written by Peter Norvig. The
purpose is to show some older AI programs implemented in idiomatic
Ruby.
 
The original code was all written by Peter Norvig, and the copyright
belongs to him.
 
This port is licensed under the MIT license.