https://github.com/greghendershott/fear-of-macros
A practical guide to Racket macros
https://github.com/greghendershott/fear-of-macros
macros racket
Last synced: 9 days ago
JSON representation
A practical guide to Racket macros
- Host: GitHub
- URL: https://github.com/greghendershott/fear-of-macros
- Owner: greghendershott
- Created: 2012-10-24T19:13:10.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T19:05:12.000Z (about 5 years ago)
- Last Synced: 2025-02-15T18:57:15.610Z (2 months ago)
- Topics: macros, racket
- Language: Racket
- Homepage:
- Size: 1.26 MB
- Stars: 251
- Watchers: 14
- Forks: 27
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-racket-and-scheme - fear-of-macros
README

## What it is
This is a rough draft of a practical guide to Racket macros.
I started to write it not because I understand macros very well, but
because I don't.## Where to read it
- [Multiple HTML files](https://www.greghendershott.com/fear-of-macros/index.html)
- [One big HTML file](https://www.greghendershott.com/fear-of-macros/all.html)## Feedback
Feedback is welcome; please use Issues page here on GitHub.