ANSI Common Lisp (1995)

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

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)》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

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

Docker开发指南

Docker开发指南

[英] Adrian Mouat / 黄彦邦 / 人民邮电出版社 / 2017-4 / 79.00元

Docker容器轻量和可移植的特性尤其适用于动态和分布式的环境,它的兴起给软件开发流程带来了一场革命。本书对Docker进行了全面讲解,包括开发、生产以至维护的整个软件生命周期,并对其中可能出现的一些问题进行了探讨,如软件版本差异、开发环境与生产环境的差异、系统安全问题,等等。一起来看看 《Docker开发指南》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具