Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sguessou/cl-gentle-intro
Common Lisp: A Gentle Introduction to Symbolic Computation
https://github.com/sguessou/cl-gentle-intro
common-lisp
Last synced: 14 days ago
JSON representation
Common Lisp: A Gentle Introduction to Symbolic Computation
- Host: GitHub
- URL: https://github.com/sguessou/cl-gentle-intro
- Owner: sguessou
- Created: 2018-11-02T07:00:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-27T09:19:55.000Z (about 6 years ago)
- Last Synced: 2024-11-21T06:37:44.882Z (3 months ago)
- Topics: common-lisp
- Language: Common Lisp
- Homepage:
- Size: 156 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Common Lisp: A Gentle Introduction to Symbolic Computation
## My solutions for the exercices included in the book, you can get the book from the following link: [Common Lisp: GISC](https://www.cs.cmu.edu/~dst/LispBook/)
* Chapter 1 - **Functions and Data**
* Chapter 2 - **Lists**
* Chapter 3 - **EVAL Notation**
* Chapter 4 - **Conditionals**
* Chapter 5 - **Variables and Side Effects**
* Chapter 6 - **List Data Structures**
* Chapter 7 - **Applicative Programming**
* Chapter 8 - **Recursion**
* Chapter 9 - **Input/Output**
* Chapter 10 - **Assignment**
* Chapter 11 - **Iteration and Block Structure**
* Chapter 12 - **Structures and The Type System**
* Chapter 13 - **Arrays, Hash Tables, And Property Lists**
* Chapter 14 - **Macros and Compilation**