https://github.com/terror/br
λ
https://github.com/terror/br
Last synced: 11 months ago
JSON representation
λ
- Host: GitHub
- URL: https://github.com/terror/br
- Owner: terror
- Created: 2021-06-17T17:30:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T13:46:03.000Z (over 4 years ago)
- Last Synced: 2025-02-15T09:37:16.945Z (11 months ago)
- Language: Racket
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## br
My [code](https://github.com/terror/br/tree/master/src) & [notes](https://github.com/terror/br/blob/master/notes.md) for the book [Beautiful Racket](https://beautifulracket.com/) by
Matthew Butterick.
### Contents
[Stacker](https://github.com/terror/br/tree/master/src/stacker) - A stack-based
calculator
[Funstacker](https://github.com/terror/br/tree/master/src/funstacker) - Stacker, but
functional style
[Stackerizer](https://github.com/terror/br/tree/master/src/stackerizer) -
Converts Racket S-expressions into a Stacker program