Macro expansion: evaluating a pattern variable that could be a number or a function
|
|
14
|
92
|
July 24, 2025
|
High-level explanation of how the expander's event stream is structured
|
|
0
|
57
|
June 27, 2025
|
`~describe` vs. `#:role` in `syntax-parse`
|
|
4
|
86
|
June 21, 2025
|
What's the deal with `X . op . Y`?
|
|
12
|
295
|
May 12, 2025
|
How to attach an exception to a syntactic location?
|
|
0
|
30
|
March 16, 2025
|
DSLs for Safe iOS/watchOS Communication
|
|
2
|
118
|
February 19, 2025
|
Macro expander/Module system - build-module-name
|
|
1
|
82
|
February 16, 2025
|
One Kind of Binding?
|
|
29
|
447
|
February 7, 2025
|
URL-builder macro
|
|
7
|
53
|
January 11, 2025
|
How to Require Macros from Untyped Racket in Typed Racket with Dependencies on Typed Imports?
|
|
1
|
41
|
November 25, 2024
|
In macro, is object a macro or a procedure?
|
|
11
|
89
|
November 22, 2024
|
Origin of the term “phase”
|
|
6
|
89
|
November 4, 2024
|
Let's make sense of macro*-generated `define-runtime-path`
|
|
0
|
21
|
October 29, 2024
|
Graphing a syntax classes
|
|
2
|
225
|
October 21, 2024
|
Racket macro: cond/define
|
|
6
|
136
|
August 1, 2024
|
Single-use macros
|
|
3
|
64
|
July 13, 2024
|
Why isn't my macro hygienic?
|
|
8
|
145
|
April 24, 2024
|
Some basic questions about macros and scope
|
|
3
|
227
|
February 22, 2024
|
Was there a bug embedding srcloc's in compiled code in BC 8.5 (that was resolved in roughly 8.9)?
|
|
0
|
123
|
January 5, 2024
|
Optional Scribble Sections; General Macro for Inclusion / Exclusion of Code
|
|
6
|
305
|
December 14, 2023
|
Macro stepper and macros with endless recursion
|
|
1
|
130
|
December 1, 2023
|
Error: no pattern variables before ellipsis in template
|
|
3
|
172
|
November 20, 2023
|
How to match up macro-generated and user-defined identifiers?
|
|
2
|
244
|
October 13, 2023
|
Splicing in syntax
|
|
4
|
309
|
September 23, 2023
|
Macro Expressiveness and Nesting
|
|
0
|
196
|
September 15, 2023
|
Macro Monstrosity: Some Questions
|
|
5
|
330
|
September 15, 2023
|
Macro to Make Identifiers from String Diagram
|
|
11
|
336
|
September 10, 2023
|
Macros expanding to definitions
|
|
0
|
193
|
September 10, 2023
|
Syntax parameter encapsulation
|
|
5
|
318
|
July 20, 2023
|
Question regarding head patterns in macros generating macros
|
|
1
|
229
|
July 10, 2023
|