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