You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of Racket examples exploring macros, reader macros, module system
customization, and advanced control flow. Each example is self-contained and
demonstrates a specific concept or technique.
The AMB (ambiguous choice) operator from SICP, implemented with continuations. Includes a constraint-satisfaction example that finds consecutive words sharing a letter