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

https://github.com/ymdarake/reading-three-implementation-models-for-scheme

Reading "Three Implementation Models for Scheme".
https://github.com/ymdarake/reading-three-implementation-models-for-scheme

language-implementations scheme-language

Last synced: 3 months ago
JSON representation

Reading "Three Implementation Models for Scheme".

Awesome Lists containing this project

README

        

# reading-three-implementation-models-for-scheme
Reading [Three Implementation Models for Scheme](https://www.cs.unm.edu/~williams/cs491/three-imp.pdf).

## Chapter 1 Introduction
- [Summary](./chapter1__Introduction/README.md)

## Chapter 2 The Scheme Language
- [Summary](./chapter2__The_Scheme_Language/README.md)

## Chapter 3 The Heap-Based Model
- [Summary](./chapter3__The_Heap-Based_Model/README.md)

## Chapter 4 The Stack-Based Model
- [Summary](./chapter4__The_Stack-Based_Model/README.md)

## Chapter 5 The String-Based Model
- [Summary](./chapter5__The_String-Based_Model/README.md)

## Chapter 6 Conclusions
- [Summary](./chapter6__Conclusions/README.md)