Practical Common Lisp

Practical Common Lisp
Author :
Publisher : Apress
Total Pages : 506
Release :
ISBN-10 : 9781430200178
ISBN-13 : 1430200170
Rating : 4/5 (78 Downloads)

Synopsis Practical Common Lisp by : Peter Seibel

* Treats LISP as a language for commercial applications, not a language for academic AI concerns. This could be considered to be a secondary text for the Lisp course that most schools teach . This would appeal to students who sat through a LISP course in college without quite getting it – so a "nostalgia" approach, as in "wow-lisp can be practical..." * Discusses the Lisp programming model and environment. Contains an introduction to the language and gives a thorough overview of all of Common Lisp’s main features. * Designed for experienced programmers no matter what languages they may be coming from and written for a modern audience—programmers who are familiar with languages like Java, Python, and Perl. * Includes several examples of working code that actually does something useful like Web programming and database access.

Programming in Common LISP

Programming in Common LISP
Author :
Publisher :
Total Pages : 328
Release :
ISBN-10 : UOM:39076000505854
ISBN-13 :
Rating : 4/5 (54 Downloads)

Synopsis Programming in Common LISP by : Rodney A. Brooks

Lisp is the second oldest computer language still in everyday use (the oldest if FORTRAN). Lisp was designed to make it possible to compute with abstract symbols rather than with numbers, and was used to do symbolic algebra. This book is about writing good programs in LISP. The dialect chosen to illustrate both LISP and good LISP is Common LISP. It is designed to be used in order, and it makes a fast-paced course (a single quarter) for enthusiastic undergraduates or graduate students with previous programming experience in a modern computer language. It both introduces Common LISP and shows how to write efficient and beautiful programs in it.

Common Lisp Recipes

Common Lisp Recipes
Author :
Publisher : Apress
Total Pages : 755
Release :
ISBN-10 : 9781484211762
ISBN-13 : 1484211766
Rating : 4/5 (62 Downloads)

Synopsis Common Lisp Recipes by : Edmund Weitz

Find solutions to problems and answers to questions you are likely to encounter when writing real-world applications in Common Lisp. This book covers areas as diverse as web programming, databases, graphical user interfaces, integration with other programming languages, multi-threading, and mobile devices as well as debugging techniques and optimization, to name just a few. Written by an author who has used Common Lisp in many successful commercial projects over more than a decade, Common Lisp Recipes is also the first Common Lisp book to tackle such advanced topics as environment access, logical pathnames, Gray streams, delivery of executables, pretty printing, setf expansions, or changing the syntax of Common Lisp. The book is organized around specific problems or questions each followed by ready-to-use example solutions and clear explanations of the concepts involved, plus pointers to alternatives and more information. Each recipe can be read independently of the others and thus the book will earn a special place on your bookshelf as a reference work you always want to have within reach. Common Lisp Recipes is aimed at programmers who are already familiar with Common Lisp to a certain extent but do not yet have the experience you typically only get from years of hacking in a specific computer language. It is written in a style that mixes hands-on no-frills pragmatism with precise information and prudent mentorship. If you feel attracted to Common Lisp's mix of breathtaking features and down-to-earth utilitarianism, you'll also like this book.

Common LISP

Common LISP
Author :
Publisher : Courier Corporation
Total Pages : 602
Release :
ISBN-10 : 9780486791708
ISBN-13 : 048679170X
Rating : 4/5 (08 Downloads)

Synopsis Common LISP by : David S. Touretzky

Highly accessible treatment covers cons cell structures, evaluation rules, programs as data, recursive and applicable programming styles. Nearly 400 illustrations, answers to exercises, "toolkit" sections, and a variety of complete programs. 1990 edition.

On Lisp

On Lisp
Author :
Publisher :
Total Pages : 440
Release :
ISBN-10 : UOM:39015032739891
ISBN-13 :
Rating : 4/5 (91 Downloads)

Synopsis On Lisp by : Paul Graham

Written by a Lisp expert, this is the most comprehensive tutorial on the advanced features of Lisp for experienced programmers. It shows how to program in the bottom-up style that is ideal for Lisp programming, and includes a unique, practical collection of Lisp programming techniques that shows how to take advantage of the language's design for efficient programming in a wide variety of applications.

Learning LISP

Learning LISP
Author :
Publisher : Prentice Hall
Total Pages : 216
Release :
ISBN-10 : UOM:39015028295288
ISBN-13 :
Rating : 4/5 (88 Downloads)

Synopsis Learning LISP by :

Writing GNU Emacs Extensions

Writing GNU Emacs Extensions
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 236
Release :
ISBN-10 : 9781565922617
ISBN-13 : 1565922611
Rating : 4/5 (17 Downloads)

Synopsis Writing GNU Emacs Extensions by : Bob Glickstein

"This book introduces Emacs Lisp and tells you how to make the editor do whatever you want, whether it's altering the way text scrolls or inventing a whole new "major mode." Topics progress from simple to complex, from lists, symbols, and keyboard commands to syntax tables, macro templates, and error recovery"--Resource description page.

Common LISP

Common LISP
Author :
Publisher : Computer Science Press, Incorporated
Total Pages : 358
Release :
ISBN-10 : 0716782189
ISBN-13 : 9780716782186
Rating : 4/5 (89 Downloads)

Synopsis Common LISP by : Stuart Charles Shapiro

The text uses a tutorial style that focuses on learning by interaction and experimentation.

Paradigms of Artificial Intelligence Programming

Paradigms of Artificial Intelligence Programming
Author :
Publisher : Morgan Kaufmann
Total Pages : 975
Release :
ISBN-10 : 9780080571157
ISBN-13 : 0080571158
Rating : 4/5 (57 Downloads)

Synopsis Paradigms of Artificial Intelligence Programming by : Peter Norvig

Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-art Common Lisp, the book teaches students and professionals how to build and debug robust practical programs, while demonstrating superior programming style and important AI concepts. The author strongly emphasizes the practical performance issues involved in writing real working programs of significant size. Chapters on troubleshooting and efficiency are included, along with a discussion of the fundamentals of object-oriented programming and a description of the main CLOS functions. This volume is an excellent text for a course on AI programming, a useful supplement for general AI courses and an indispensable reference for the professional programmer.