# 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**