Thank you for your comment
Beautiful Racket
how to make your own
programming languages with Racket
by Matthew Butterick · version 1.0
Start
Foreword by Matthew Flatt
Introduction
Setup
Acknowledgments
About the author
Legal
This book is not free
How to pay for this book
Why you should pay
Tutorials
Make a language in one hour:
stacker
Learn some functional programming:
funstacker
Dive deeper into macros:
stackerizer
Follow the grammar:
bf
Extend a data format:
jsonic
Level up:
jsonic
revisited
Finishing moves:
jsonic
Imagine a language:
wires
Go with the flow:
basic
Into the rapids: more
basic
Closing the loop:
basic
Explainers
Booleans & conditionals
Continuations
Contracts
Data structures
Equality
Errors & exceptions
Evaluation
Functions
Hygiene
Identifiers
Importing & exporting
The
#lang
line
Lists
Loops
Macros
Modules
Numbers
Pairs
Recursion
The REPL
Stringlike types
Syntax objects
Syntax patterns
Unit testing
Appendix
Domain-specific languages
From
br
to
racket/base
Glossary
Master recipe
The making of Beautiful Racket
Resources
Why Racket? Why Lisp?
next →