Common Lisp : A Gentle Introduction to Symbolic Computation

0
(0)

Common Lisp
: A Gentle Introduction to Symbolic Computation

作者:Touretzky

出版社:Benjamin-CummingsPublishingCompany,SubsofAddisonWesleyLongman,Inc

副标题:AGentleIntroductiontoSymbolicComputation

出版年:1990-1-1

页数:600

定价:GBP38.03

装帧:Paperback

ISBN:9780805304923

内容简介
······

This book is about learning to program in Lisp. Although widely known as the principal language of artificial intelligence research—one of the most advanced areas of computer science—Lisp is an excellent language for beginners. It is increasingly the language of choice in introductory programming courses due to its friendly, interactive environment, rich data structures, and powerful software tools that even a novice can master in short order.

When I wrote the book I had three types of reader in mind. I would like to address each in turn.

· Students taking their first programming course. The student could be from any discipline, from computer science to the humanities. For you, let me stress the word gentle in the title. I assume no prior mathematical background beyond arithmetic. Even if you don’t like math, you may find you enjoy computer programming. I’ve avoided technical jargon, and there are lots of examples. Also you will find plenty of exercises interspersed with the text, and the answers to all of them are included in Appendix C.

· Psychologists, linguists, computer scientists, and other persons interested in Artificial Intelligence. As you begin your inquiry into AI, you will see that almost all research in this field is carried out in Lisp. Most Lisp texts are written exclusively for computer science majors, but I have gone to great effort to make this book accessible to everyone. It can be your doorway to the technical literature of AI, as well as a quick introduction to its central tool.

· Computer hobbyists. Prior to about 1984, the Lisps available on personal computers weren’t very good due to the small memories of the early machines. Today’s personal computers often come with several megabytes of RAM and a hard disk as standard equipment. They run full implementations of the Common Lisp standard, and provide the same high-quality tools as the Lisps in university and industrial research labs. The ‘‘Lisp Toolkit’’ sections of this book will introduce you to the advanced features of the Common Lisp programming environment that have made the language such a productive tool for rapid prototyping and AI programming.

This current volume of the ‘‘gentle introduction’’ uses Common Lisp throughout. Lisp has been changing continuously since its invention 30 years ago. In the past, not only were the Lisp dialects on different machines incompatible, but programs written in one dialect would often no longer run in that same dialect a few years later, because the language had evolved out from under them. Rapid, unconstrained evolution was beneficial in the early days, but demand for a standard eventually grew, so Common Lisp was created. At present, Common Lisp is the de facto standard supported by all major computer manufacturers. It is currently undergoing refinement into an official standard. But Lisp will continue to evolve nonetheless, and the standard will be updated periodically to reflect new contributions people have made to the language. Perhaps one of those contributors will be you.

目录
······

Preface vii

Note to Instructors ix

Acknowledgements xiii

1. Functions and Data

2. Lists

3. EVAL Notation

4. Conditionals

5. Variables and Side Effects

6. List Data Structures

7. Applicative Programming

8. Recursion

9. Input/Output

10. Assignment

11. Iteration and Block Structure

12. Structures and The Type System

13. Arrays, Hash Tables, And Property Lists

14. Macros and Compilation

Appendix A. The SDRAW Tool

Appendix B. The DTRACE Tool

Appendix C. Answers to Exercises

Glossary

Further Reading

Index

评论 ······

相当不错的common lisp入门书

真正的Lisp入门好书,比起《ANSI Common Lisp》,这本书的可操作性更强些,尤其是每章最后推荐的Lisp ToolSet,个个都很不错。

非常好的Lisp入门书

good introductory book, very easy one which can be finished in one week

点击星号评分!

平均分 0 / 5. 投票数: 0

还没有投票!请为他投一票。

推荐阅读

评论 抢沙发

评论前必须登录!

 

登录

找回密码

注册