Advent Of Code libraries and frameworks
|
|
4
|
241
|
December 2, 2023
|
How I could organize “optional” modules from my library?
|
|
10
|
370
|
November 18, 2023
|
How to extend kernel module without aliasing/importing it?
|
|
9
|
333
|
November 17, 2023
|
Generate typespec and defstruct from runtime values?
|
|
3
|
142
|
November 5, 2023
|
How to make whitespace changes via the AST with mix format?
|
|
1
|
175
|
October 31, 2023
|
Why is code inside of `defmacro` being executed on compilation?
|
|
7
|
245
|
October 9, 2023
|
Odd behaviour of quote(do: n) - iex crashes with "do not show this result in output"
|
|
1
|
171
|
September 3, 2023
|
Is it possible to detect if code is executing at compile time?
|
|
12
|
519
|
August 18, 2023
|
Determining which module invoked a function( At Runtime)?
|
|
5
|
265
|
August 14, 2023
|
Dynamically apply method from Phoenix.ConnTest
|
|
5
|
250
|
August 13, 2023
|
Any idea how to emit an empty AST node in a macro?
|
|
5
|
293
|
June 25, 2023
|
Silly metaprogramming experiment: OpenAI functions
|
|
0
|
336
|
June 15, 2023
|
Are there accessible metaprogramming examples?
|
|
9
|
700
|
May 12, 2023
|
Accessing dynamic keys from map
|
|
4
|
403
|
April 24, 2023
|
Gettext domains with code generation
|
|
4
|
952
|
April 11, 2023
|
Extending dependency macro in my own macro?
|
|
2
|
296
|
March 25, 2023
|
How to include code into the current file from an external file in compile time?
|
|
1
|
311
|
March 21, 2023
|
Manipulate the AST before compilation
|
|
2
|
369
|
March 9, 2023
|
What is wrong with my auto-generated typespec?
|
|
6
|
562
|
March 8, 2023
|
Call external module funcs inside generated functions in macro
|
|
2
|
354
|
January 25, 2023
|
Could I leverage Elixir’s metaprogramming capabilities to automatically annotate all functions with a given name?
|
|
3
|
501
|
November 25, 2022
|
Call attr macro from another macro (noob question)
|
|
10
|
568
|
November 22, 2022
|
Metaprogramming in Elixir: MIME-Type Conversion (need help fixing a func)
|
|
1
|
343
|
November 11, 2022
|
Passing conditional statement as an argument
|
|
6
|
497
|
September 30, 2022
|
__using__ macro with option
|
|
7
|
1110
|
September 25, 2022
|
How to view module source after code generation?
|
|
13
|
1179
|
August 19, 2022
|
Exs files evaluated at compile time are still available at runtime
|
|
1
|
485
|
August 4, 2022
|
How to turn Macro.string_to_quoted_with_comments! back into string
|
|
2
|
449
|
August 3, 2022
|
Need help understanding some Mox source code
|
|
4
|
532
|
July 26, 2022
|
How to dynamically create behaviours?
|
|
5
|
449
|
July 23, 2022
|