logo
分类于: 职场办公 编程语言

简介

Common Lisp: A Gentle Introduction to Symbolic Computation

Common Lisp: A Gentle Introduction to Symbolic Computation 9.1分

资源最后更新于 2020-11-21 02:55:48

作者:Touretzky

出版社:Benjamin-Cummings Publishing Company, Subs of Addison Wesley Longman, Inc

出版日期:1990-01

ISBN:9780805304923

文件格式: pdf

标签: lisp Lisp 程序设计 FP 计算机科学 编程 计算机 Programming

简介· · · · · ·

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 po...

想要: 点击会收藏到你的 我的收藏,可以在这里查看

已收: 表示已经收藏

Tips: 注册一个用户 可以通过用户中心得到电子书更新的通知哦

目录

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