Is evaluating a quoted expressions of nested DSL calls also considered as a bad practice?
|
|
4
|
52
|
October 20, 2024
|
Macro does not like module attribute?
|
|
6
|
146
|
October 12, 2024
|
Technique to allow a function call only within a macro
|
|
3
|
106
|
October 6, 2024
|
Why is the variable not available inside the macro?
|
|
3
|
57
|
October 6, 2024
|
Passing anonymous function as plug option
|
|
9
|
1657
|
October 3, 2024
|
Is it possible to detect if code is executing at compile time?
|
|
15
|
1145
|
August 27, 2024
|
Fireside - Installable & Upgradable Code Templates
|
|
0
|
137
|
August 17, 2024
|
Working on lib_elixir - Elixir core modules as a library
|
|
23
|
990
|
August 16, 2024
|
How does GenServer (and any other use injections) overriding work from a metaprogramming standpoint?
|
|
3
|
43
|
July 29, 2024
|
Built a docker sdk from the open api spec using metaprogramming and code generation
|
|
0
|
104
|
June 19, 2024
|
Compile elixir module directly to BEAM bytecode without loading into memory
|
|
3
|
264
|
May 20, 2024
|
Making a macro for def with arguments
|
|
4
|
213
|
May 15, 2024
|
Catching @doc deprecated: "..." annotations
|
|
5
|
338
|
March 20, 2024
|
Is sigil_H an example of a macro that is unhygienic?
|
|
8
|
630
|
February 17, 2024
|
Any idea how to emit an empty AST node in a macro?
|
|
7
|
654
|
January 5, 2024
|
Unexpected behaviours when generating functions through metacoding
|
|
2
|
263
|
January 5, 2024
|
Accessing module attributes without compilation state guarantee
|
|
0
|
310
|
January 2, 2024
|
Implicit modules and script style plugins
|
|
2
|
302
|
January 1, 2024
|
Ecto.Query.API.fragment and string interpolation
|
|
7
|
725
|
December 21, 2023
|
Advent Of Code libraries and frameworks
|
|
4
|
492
|
December 2, 2023
|
How I could organize “optional” modules from my library?
|
|
10
|
632
|
November 18, 2023
|
How to extend kernel module without aliasing/importing it?
|
|
9
|
858
|
November 17, 2023
|
Generate typespec and defstruct from runtime values?
|
|
3
|
411
|
November 5, 2023
|
How to make whitespace changes via the AST with mix format?
|
|
1
|
307
|
October 31, 2023
|
Why is code inside of `defmacro` being executed on compilation?
|
|
7
|
409
|
October 9, 2023
|
Odd behaviour of quote(do: n) - iex crashes with "do not show this result in output"
|
|
1
|
349
|
September 3, 2023
|
Determining which module invoked a function( At Runtime)?
|
|
5
|
588
|
August 14, 2023
|
Dynamically apply method from Phoenix.ConnTest
|
|
5
|
404
|
August 13, 2023
|
Silly metaprogramming experiment: OpenAI functions
|
|
0
|
489
|
June 15, 2023
|
Are there accessible metaprogramming examples?
|
|
9
|
1110
|
May 12, 2023
|