DoTrace - Provides a trace/1 macro to trace function calls at runtime, mimicking Clojure's dotrace output
|
|
16
|
307
|
September 7, 2025
|
What's the typespec for an AST?
|
|
1
|
107
|
June 27, 2025
|
Compile-time validation of newtypes or at least static analysis
|
|
0
|
114
|
May 30, 2025
|
I can't get actual code location (line/column) from macros used in tests
|
|
8
|
1150
|
April 7, 2025
|
Define a function at compile-time
|
|
8
|
145
|
March 26, 2025
|
Adding guard to macro that just calls another function
|
|
7
|
114
|
February 24, 2025
|
Advent Of Code libraries and frameworks
|
|
12
|
981
|
December 3, 2024
|
Is evaluating a quoted expressions of nested DSL calls also considered as a bad practice?
|
|
4
|
84
|
October 20, 2024
|
Macro does not like module attribute?
|
|
6
|
172
|
October 12, 2024
|
Technique to allow a function call only within a macro
|
|
3
|
130
|
October 6, 2024
|
Why is the variable not available inside the macro?
|
|
3
|
74
|
October 6, 2024
|
Passing anonymous function as plug option
|
|
9
|
1736
|
October 3, 2024
|
Is it possible to detect if code is executing at compile time?
|
|
15
|
1309
|
August 27, 2024
|
Fireside - Installable & Upgradable Code Templates
|
|
0
|
153
|
August 17, 2024
|
Working on lib_elixir - Elixir core modules as a library
|
|
23
|
1074
|
August 16, 2024
|
How does GenServer (and any other use injections) overriding work from a metaprogramming standpoint?
|
|
3
|
58
|
July 29, 2024
|
Built a docker sdk from the open api spec using metaprogramming and code generation
|
|
0
|
112
|
June 19, 2024
|
Compile elixir module directly to BEAM bytecode without loading into memory
|
|
3
|
330
|
May 20, 2024
|
Making a macro for def with arguments
|
|
4
|
223
|
May 15, 2024
|
Catching @doc deprecated: "..." annotations
|
|
5
|
498
|
March 20, 2024
|
Is sigil_H an example of a macro that is unhygienic?
|
|
8
|
667
|
February 17, 2024
|
Any idea how to emit an empty AST node in a macro?
|
|
7
|
679
|
January 5, 2024
|
Unexpected behaviours when generating functions through metacoding
|
|
2
|
264
|
January 5, 2024
|
Accessing module attributes without compilation state guarantee
|
|
0
|
319
|
January 2, 2024
|
Implicit modules and script style plugins
|
|
2
|
306
|
January 1, 2024
|
Ecto.Query.API.fragment and string interpolation
|
|
7
|
928
|
December 21, 2023
|
How I could organize “optional” modules from my library?
|
|
10
|
667
|
November 18, 2023
|
How to extend kernel module without aliasing/importing it?
|
|
9
|
978
|
November 17, 2023
|
Generate typespec and defstruct from runtime values?
|
|
3
|
464
|
November 5, 2023
|
How to make whitespace changes via the AST with mix format?
|
|
1
|
325
|
October 31, 2023
|