https://github.com/dwayne/plai
My notes and solutions for PLAI.
https://github.com/dwayne/plai
haskell plai
Last synced: about 1 year ago
JSON representation
My notes and solutions for PLAI.
- Host: GitHub
- URL: https://github.com/dwayne/plai
- Owner: dwayne
- Created: 2012-10-15T09:06:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-03-12T09:10:30.000Z (over 9 years ago)
- Last Synced: 2025-02-16T08:17:10.687Z (over 1 year ago)
- Topics: haskell, plai
- Language: Haskell
- Homepage: http://cs.brown.edu/courses/cs173/2012/book/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Languages: Application and Interpretation
My notes and solutions.
## References
- [PLAI - Second Edition](http://cs.brown.edu/courses/cs173/2012/book/)
- Chapter 4
- [Generative Recursion](http://www.ccs.neu.edu/home/matthias/HtDP2e/part_five.html)
- [PLAI - First Edition](http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/2007-04-26/)