ANSI Common Lisp (1995)

栏目: IT技术 · 发布时间: 6年前

ANSI Common Lisp combines an introduction to Lisp programming, and a convenient, up-to-date reference manual for ANSI Common Lisp. Beginners will find that its careful explanations and interesting examples make Lisp programming easy to learn. Professional programmers will appreciate its thorough, practical approach.

Prentice Hall, 1995, 432 pages, paperback. ISBN 0133708756.

Buy at SoftPro (friends of mine and very reliable) or Amazon .

  • An up-to-date reference manual for ANSI Common Lisp.
  • An in-depth look at object-oriented programming. Explains the Common Lisp Object System (CLOS), and also shows how to write your own object-oriented language.
  • Over 20 substantial examples, including programs for ray-tracing, text generation, pattern-matching, logical inference, generating HTML, sorting and searching, file I/O, compression, and date arithmetic.
  • Special attention to critical concepts, including prefix syntax, code vs. data, recursion, functional programming, types, implicit pointers, dynamic allocation, closures, macros, class precedence, and generic functions vs. message-passing.
  • A complete guide to optimization.
  • The clearest and most thorough explanation of macros in any introductory book.
  • Examples that illustrate Lisp programming styles, including rapid prototyping, bottom-up programming, object-oriented programming, and embedded languages.
  • An appendix on debugging, with examples of common errors.

"A straightforward and well-written tutorial and reference to elementary and intermediate ANSI Common Lisp. It's more than just an introductory book-- because of its extensive reference section, it may be, for most readers, a useful alternative to Steele."

- Richard Fateman, University of California at Berkeley

"This book would be ideal for a classroom text. It is the only book up-to-date with respect to the ANSI standard."

- John Foderaro, Franz Inc.

"Paul Graham has done it again. His first book, On Lisp , provided an excellent description of some of the advanced features of Lisp while the present one provides a completely thorough introduction to the language, including such topics as tuning a program for speed."

- Thomas Cheatham, Harvard University

"The final chapter is brilliant. It simultaneously explains some of the key ideas behind object-oriented programming and takes the reader through several versions of an object-oriented system, each more sophisticated than the previous."

- David Touretzky, Carnegie-Mellon University

"Graham's well-known text On Lisp set a new standard for books on advanced Lisp programming. With ANSI Common Lisp he has provided the ideal introductory text--a compact tutorial and a complete reference on the latest standard. This book would be excellent either for a standalone Lisp or functional programming course or for courses on AI, compilers, or object-oriented programming that use Lisp. I will certainly be using it in my courses, and my students will be happy that they no longer have to buy both a Lisp text and Steele's reference. I would also recommend it highly to programmers wishing to move into the Lisp language. The style is intelligent and lively, the examples are interesting and well-chosen, and the standard of explanation is impeccable."

- Stuart Russell, University of California at Berkeley

"The book's clear and engaging format explains complicated constructs simply. This format makes ANSI Common Lisp accessible to a general audience--even those who have never programmed before."

- Amazon.Com


以上所述就是小编给大家介绍的《ANSI Common Lisp (1995)》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

剑指Offer

剑指Offer

何海涛 / 电子工业出版社 / 2014-6-1 / CNY 55.00

《剑指Offer——名企面试官精讲典型编程题(纪念版)》是为纪念本书英文版全球发行而推出的特殊版本,在原版基础上新增大量本书英文版中的精选题目,系统整理基础知识、代码质量、解题思路、优化效率和综合能力这5个面试要点。全书分为8章,主要包括面试流程:讨论面试每一环节需要注意的问题;面试需要的基础知识:从编程语言、数据结构及算法三方面总结程序员面试知识点;高质量代码:讨论影响代码质量的3个要素(规范性......一起来看看 《剑指Offer》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具