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".
- Host: GitHub
- URL: https://github.com/ymdarake/reading-three-implementation-models-for-scheme
- Owner: ymdarake
- Created: 2021-08-19T07:19:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T15:49:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-05T18:56:56.225Z (over 1 year ago)
- Topics: language-implementations, scheme-language
- Language: Scheme
- Homepage:
- Size: 53.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)