Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning Lisp and artificial intelligence [closed]

This semester at college I have a course for Artificial Intelligence and we are studying Lisp. The problem is that I don't have any functional programming background, but I do know OOP programming (Java, Javascript, PHP).

Can you recommend some good books to get me up to speed on Lisp and artificial intelligence?

like image 570
Nistor Alexandru Avatar asked Feb 22 '23 17:02

Nistor Alexandru


2 Answers

These I have found helpful and pretty approachable:

  1. Practical Common Lisp - Peter Seibel
  2. ANSI Common LISP - Paul Graham
like image 67
Philip.ie Avatar answered Feb 25 '23 06:02

Philip.ie


Not to forget the classic "Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp" by Peter Norvig. Especially his coding style is very clear and a pleasure to read.

like image 33
jeha Avatar answered Feb 25 '23 06:02

jeha