Type expanders (i.e. type-level functions) for Typed/Racket
Updated 2025-03-25 01:00:34 +00:00
Automatic generation of temporary identifiers for racket syntax templates, based on subscripts indices on the identifiers (e.g. generate yᵢ … from xᵢ …)
Updated 2025-03-25 00:57:32 +00:00
Tracking bound syntax pattern variables with syntax-parse
Updated 2025-03-25 00:57:13 +00:00
Higher-level operations for manipulating scopes in Racket macros
Updated 2025-03-25 00:52:52 +00:00
Compile-time memoization for Racket.
Updated 2025-03-25 00:51:23 +00:00
Some pre-expanded macros. Use them when your macro is generating macros.
Updated 2025-03-25 00:46:35 +00:00
A Racket package for creating macros with built-in support for defining sub-macros within them, similar to match expanders
Updated 2025-03-25 00:10:13 +00:00
A practical guide to Racket macros
Updated 2025-03-25 00:06:22 +00:00
Anaphoric macros for racket
Updated 2025-03-24 23:52:05 +00:00