|
Clear definition of unquote fragments
|
|
5
|
3177
|
November 28, 2025
|
|
How to model and enforce: "A table has zero or one of multiple specification associations"
|
|
3
|
97
|
November 12, 2025
|
|
PipeAssign - Keep the Pipe, Capture the Value
|
|
18
|
920
|
June 29, 2025
|
|
Sigils are (not only) macros
|
|
4
|
172
|
June 12, 2025
|
|
Macro.expand/2 - why only one step?
|
|
2
|
86
|
February 19, 2025
|
|
Change of behaviour in Elixir 1.18 macros: (ArgumentError) tried to unquote invalid AST
|
|
6
|
309
|
February 9, 2025
|
|
How to fix type violation warning from a macro in Elixir 1.18
|
|
2
|
185
|
January 22, 2025
|
|
How do unquote sigils?
|
|
2
|
106
|
January 7, 2025
|
|
Determine call graph of module at compile-time
|
|
3
|
122
|
December 6, 2024
|
|
How can I `def render(assigns)` in a macro? ~H can't see `assigns` variable
|
|
2
|
984
|
December 1, 2024
|
|
BinStruct - library for writing declarative code to get rich generated set of binary parsing/encoding features
|
|
12
|
566
|
November 26, 2024
|
|
How to write a macro that replaces one identifier with another, but it needs to respect lexical scope?
|
|
2
|
86
|
November 11, 2024
|
|
Writing a macro that defines infix operators
|
|
3
|
119
|
October 31, 2024
|
|
Macro does not like module attribute?
|
|
6
|
179
|
October 12, 2024
|
|
Technique to allow a function call only within a macro
|
|
3
|
132
|
October 6, 2024
|
|
Why is the variable not available inside the macro?
|
|
3
|
78
|
October 6, 2024
|
|
How to increase printable_limit from Macro.to_string()?
|
|
10
|
1084
|
October 4, 2024
|
|
Defoverridable Function Fallbacks for LiveView Callbacks
|
|
3
|
111
|
October 2, 2024
|
|
Retrieve source code programmatically?
|
|
11
|
231
|
September 12, 2024
|
|
Is it possible to detect if code is executing at compile time?
|
|
15
|
1332
|
August 27, 2024
|
|
Making a shared CoreComponents module for an umbrella app
|
|
2
|
101
|
July 29, 2024
|
|
How does GenServer (and any other use injections) overriding work from a metaprogramming standpoint?
|
|
3
|
61
|
July 29, 2024
|
|
TypeResolver - parse and resolve spec types into convenient structs
|
|
0
|
88
|
July 19, 2024
|
|
Troubles with hygiene when calling macros from do block of other macro
|
|
4
|
60
|
July 17, 2024
|
|
Improve this `unpipe` function?
|
|
15
|
388
|
June 24, 2024
|
|
Why is Gettext not getting a string at compile-time in the macro I built?
|
|
9
|
341
|
June 23, 2024
|
|
How could I improve on this (scripty) Macro arithmetic transcriber
|
|
4
|
152
|
May 23, 2024
|
|
Regarding evaluation of arguments to ExUnit.Assertions.assert/2
|
|
5
|
242
|
May 19, 2024
|
|
Dynamic code generation: def as an exception in Macro expansion prioritisation. Understanding Macro.escape(var, unquote: true) Injection vs Transfer
|
|
8
|
528
|
May 19, 2024
|
|
Making a macro for def with arguments
|
|
4
|
226
|
May 15, 2024
|