From: Georg Bauer
Subject: standardization (Re: Lisp versus C++ for AI. software)
Date: 
Message-ID: <199610121342.a59486@ms3.maus.de>
Hi!

WPV>basic AI algorithms.  Perhaps you should write a book to help some of 
WPV>us
WPV>understand how we can replace all AI algorithms with neural nets.

There is a great book by Peter Norvig, "Paradigms of AI programming in
Common Lisp". It's a good introduction into Common Lisp and the several
algorithms that came from that direction. BTW: most of those algorithms are
not only dedicated to AI-programming, they are just great algorithms that
can be used in everyday programming. For example there are great chapters
on Interpreter and compiler techniques in the book, that can be used if you
want to integrate a small expansion language into your program.

bye, Georg