Are there accessible metaprogramming examples?
|
|
9
|
525
|
May 12, 2023
|
Accessing dynamic keys from map
|
|
4
|
176
|
April 24, 2023
|
Gettext domains with code generation
|
|
4
|
743
|
April 11, 2023
|
Extending dependency macro in my own macro?
|
|
2
|
155
|
March 25, 2023
|
How to include code into the current file from an external file in compile time?
|
|
1
|
192
|
March 21, 2023
|
Manipulate the AST before compilation
|
|
2
|
209
|
March 9, 2023
|
What is wrong with my auto-generated typespec?
|
|
6
|
360
|
March 8, 2023
|
Call external module funcs inside generated functions in macro
|
|
2
|
206
|
January 25, 2023
|
Could I leverage Elixir’s metaprogramming capabilities to automatically annotate all functions with a given name?
|
|
3
|
375
|
November 25, 2022
|
Call attr macro from another macro (noob question)
|
|
10
|
341
|
November 22, 2022
|
Metaprogramming in Elixir: MIME-Type Conversion (need help fixing a func)
|
|
1
|
199
|
November 11, 2022
|
Passing conditional statement as an argument
|
|
6
|
270
|
September 30, 2022
|
__using__ macro with option
|
|
7
|
549
|
September 25, 2022
|
How to view module source after code generation?
|
|
13
|
696
|
August 19, 2022
|
Exs files evaluated at compile time are still available at runtime
|
|
1
|
355
|
August 4, 2022
|
How to turn Macro.string_to_quoted_with_comments! back into string
|
|
2
|
297
|
August 3, 2022
|
Need help understanding some Mox source code
|
|
4
|
326
|
July 26, 2022
|
How to dynamically create behaviours?
|
|
5
|
301
|
July 23, 2022
|
Dynamic fields in Ecto queries
|
|
3
|
6191
|
July 13, 2022
|
What are module and function names exactly? (they seem to be more than atoms)
|
|
7
|
650
|
May 9, 2022
|
Using macros to interface with Faker lib for generating data
|
|
2
|
338
|
May 2, 2022
|
Programmatic access to Phoenix Routes
|
|
14
|
2180
|
April 26, 2022
|
Getting the @type module attribute
|
|
9
|
2481
|
March 19, 2022
|
Protocols vs interfaces
|
|
7
|
1145
|
March 12, 2022
|
Manipulating AST before compilation?
|
|
2
|
540
|
March 6, 2022
|
How to expose (or use) a module attribute that is built using macros
|
|
20
|
1942
|
February 20, 2022
|
Creating a set of functions with the same name using macros.
|
|
8
|
1062
|
January 27, 2022
|
How to inject code depending on Elixir API availability?
|
|
5
|
520
|
January 20, 2022
|
Compilation cleanup hook to generate a file
|
|
3
|
355
|
January 18, 2022
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
367
|
January 13, 2022
|