Exs files evaluated during compilation are still available at runtime
|
|
1
|
143
|
August 4, 2022
|
How to turn Macro.string_to_quoted_with_comments! back into string
|
|
2
|
130
|
August 3, 2022
|
Need help understanding some Mox source code
|
|
4
|
170
|
July 26, 2022
|
How to dynamically create behaviours?
|
|
5
|
159
|
July 23, 2022
|
Dynamic fields in Ecto queries
|
|
3
|
5413
|
July 13, 2022
|
What are module and function names exactly? (they seem to be more than atoms)
|
|
7
|
378
|
May 9, 2022
|
Using macros to interface with Faker lib for generating data
|
|
2
|
181
|
May 2, 2022
|
Programmatic access to Phoenix Routes
|
|
14
|
1724
|
April 26, 2022
|
Getting the @type module attribute
|
|
9
|
1926
|
March 19, 2022
|
Protocols vs interfaces
|
|
7
|
585
|
March 12, 2022
|
Manipulating AST before compilation?
|
|
2
|
282
|
March 6, 2022
|
How to expose (or use) a module attribute that is built using macros
|
|
20
|
773
|
February 20, 2022
|
Creating a set of functions with the same name using macros.
|
|
8
|
519
|
January 27, 2022
|
How to inject code depending on Elixir API availability?
|
|
5
|
330
|
January 20, 2022
|
Compilation cleanup hook to generate a file
|
|
3
|
217
|
January 18, 2022
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
216
|
January 13, 2022
|
Is it possible to document modules defined at runtime?
|
|
5
|
249
|
January 12, 2022
|
Flow based programming in elixir
|
|
23
|
3042
|
December 18, 2021
|
I have implemented the Roc lang `<-` operator using macros
|
|
3
|
641
|
December 6, 2021
|
Why does Code.compile_string report deprecation warnings only sometimes?
|
|
4
|
514
|
November 23, 2021
|
Getting a list of "tagged" modules
|
|
12
|
3030
|
October 27, 2021
|
StatesLanguage - Declaratively design state machines that compile to Elixir based :gen_statem processes with the States Language JSON specification
|
|
25
|
2549
|
October 7, 2021
|
Checking if there's matching function clause before calling function
|
|
0
|
234
|
October 1, 2021
|
How to test 'test-helper macros'?
|
|
0
|
248
|
September 25, 2021
|
How to make a put_deep/2 macro (how to access a variable from a macro)?
|
|
11
|
496
|
September 2, 2021
|
Create a module in memory, refresh/reload on change
|
|
5
|
478
|
September 2, 2021
|
Techniques to track function calls
|
|
1
|
344
|
August 18, 2021
|
How to get the AST that would be generated by the given macro?
|
|
26
|
1131
|
August 4, 2021
|
Order of evaluation of macro context
|
|
4
|
546
|
August 1, 2021
|
Is there a resource that would help me understand how defmacro can be defined as a macro via defmacro?
|
|
2
|
445
|
July 28, 2021
|