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

https://github.com/terror/br

λ
https://github.com/terror/br

Last synced: 11 months ago
JSON representation

λ

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