Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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