Logo

Paradigms of Artificial Intelligence Programming

Large book cover: Paradigms of Artificial Intelligence Programming

Paradigms of Artificial Intelligence Programming
by

Publisher: Morgan Kaufmann
Number of pages: 948

Description:
This book is concerned with three related topics: the field of artificial intelligence, or AI; the skill of computer programming; and the programming language Common Lisp. Careful readers of this book can expect to come away with an appreciation of the major questions and techniques of AI, an understanding of some important AI programs, and an ability to read, modify, and create programs using Common Lisp.

Home page url

Download or read it online for free here:
Download link
(multiple formats)

Similar books

Book cover: Introduction to newLISPIntroduction to newLISP
- Wikibooks
newLISP combines the power of classic LISP with the facilities of a modern scripting language, such as regular expressions, network functions, multitasking, etc. This book is a straightforward and simple description of the basics of the language.
(15836 views)
Book cover: Design of CMU Common LispDesign of CMU Common Lisp
by
This text documents internal details of the CMU Common Lisp compiler and run-time system. CMU Common Lisp is a public domain implementation of Common Lisp that runs on Unix workstations. It provides some useful information on the CMUCL compiler.
(18468 views)
Book cover: Common LISP: The Language, 2nd EditionCommon LISP: The Language, 2nd Edition
by - Digital Press
The book is an unofficial Lisp programmers' bible. All functions defined in Common Lisp and every specification can be found here. The second edition contains six completely new chapters on CLOS, loops, conditions, series, generators and more.
(19621 views)
Book cover: Successful Lisp: How to Understand and Use Common LispSuccessful Lisp: How to Understand and Use Common Lisp
by
This tutorial is written for the professional programmer. It introduces the ANSI Common Lisp standard. David Lamkins explains why Lisp is by far the most powerful industrial strength tool available for advanced software development.
(21390 views)