Call external module funcs inside generated functions in macro
|
|
2
|
133
|
January 25, 2023
|
Could I leverage Elixir’s metaprogramming capabilities to automatically annotate all functions with a given name?
|
|
3
|
297
|
November 25, 2022
|
Call attr macro from another macro (noob question)
|
|
10
|
205
|
November 22, 2022
|
Metaprogramming in Elixir: MIME-Type Conversion (need help fixing a func)
|
|
1
|
142
|
November 11, 2022
|
Passing conditional statement as an argument
|
|
6
|
188
|
September 30, 2022
|
__using__ macro with option
|
|
7
|
340
|
September 25, 2022
|
How to view module source after code generation?
|
|
13
|
439
|
August 19, 2022
|
Exs files evaluated at compile time are still available at runtime
|
|
1
|
280
|
August 4, 2022
|
How to turn Macro.string_to_quoted_with_comments! back into string
|
|
2
|
215
|
August 3, 2022
|
Need help understanding some Mox source code
|
|
4
|
263
|
July 26, 2022
|
How to dynamically create behaviours?
|
|
5
|
217
|
July 23, 2022
|
Dynamic fields in Ecto queries
|
|
3
|
5854
|
July 13, 2022
|
What are module and function names exactly? (they seem to be more than atoms)
|
|
7
|
514
|
May 9, 2022
|
Using macros to interface with Faker lib for generating data
|
|
2
|
244
|
May 2, 2022
|
Programmatic access to Phoenix Routes
|
|
14
|
1933
|
April 26, 2022
|
Getting the @type module attribute
|
|
9
|
2197
|
March 19, 2022
|
Protocols vs interfaces
|
|
7
|
913
|
March 12, 2022
|
Manipulating AST before compilation?
|
|
2
|
428
|
March 6, 2022
|
How to expose (or use) a module attribute that is built using macros
|
|
20
|
1461
|
February 20, 2022
|
Creating a set of functions with the same name using macros.
|
|
8
|
806
|
January 27, 2022
|
How to inject code depending on Elixir API availability?
|
|
5
|
432
|
January 20, 2022
|
Compilation cleanup hook to generate a file
|
|
3
|
295
|
January 18, 2022
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
288
|
January 13, 2022
|
Is it possible to document modules defined at runtime?
|
|
5
|
333
|
January 12, 2022
|
Flow based programming in elixir
|
|
23
|
3264
|
December 18, 2021
|
I have implemented the Roc lang `<-` operator using macros
|
|
3
|
942
|
December 6, 2021
|
Why does Code.compile_string report deprecation warnings only sometimes?
|
|
4
|
742
|
November 23, 2021
|
Getting a list of "tagged" modules
|
|
12
|
3256
|
October 27, 2021
|
StatesLanguage - Declaratively design state machines that compile to Elixir based :gen_statem processes with the States Language JSON specification
|
|
25
|
2850
|
October 7, 2021
|
Checking if there's matching function clause before calling function
|
|
0
|
301
|
October 1, 2021
|