https://github.com/formsandlines/little-schemer-notebook
My code notebook for “The Little Schemer” (4th ed.) using Racket
https://github.com/formsandlines/little-schemer-notebook
Last synced: 6 months ago
JSON representation
My code notebook for “The Little Schemer” (4th ed.) using Racket
- Host: GitHub
- URL: https://github.com/formsandlines/little-schemer-notebook
- Owner: formsandlines
- Created: 2023-03-17T00:40:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T20:01:03.000Z (over 2 years ago)
- Last Synced: 2025-03-15T00:48:01.047Z (over 1 year ago)
- Language: Racket
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# “The Little Schemer” Notebook
My personal notebook to work with [The Little Schemer (4nd ed.)](https://mitpress.mit.edu/9780262560993/the-little-schemer/), using the [Racket](https://racket-lang.org) implementation of Scheme.
Although most of the concepts I encountered in the book so far are not new to me, I have been enjoying the experience of rediscovering them in a much simpler and clearer way. I wish I had this book back when I was struggling with writing recursive functions, since it is such a fun and carefully designed introduction to all kinds of recursive processes.
Here is my previous notebook for [The Reasoned Schemer](https://github.com/formsandlines/reasoned-schemer-notebook), which I also enjoyed very much (so far).
– P. H., 03/2023