|
Protocols vs interfaces
|
|
7
|
3092
|
March 12, 2022
|
|
Manipulating AST before compilation?
|
|
2
|
830
|
March 6, 2022
|
|
How to expose (or use) a module attribute that is built using macros
|
|
20
|
4375
|
February 20, 2022
|
|
Creating a set of functions with the same name using macros.
|
|
8
|
1775
|
January 27, 2022
|
|
How to inject code depending on Elixir API availability?
|
|
5
|
801
|
January 20, 2022
|
|
Compilation cleanup hook to generate a file
|
|
3
|
561
|
January 18, 2022
|
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
586
|
January 13, 2022
|
|
Is it possible to document modules defined at runtime?
|
|
5
|
779
|
January 12, 2022
|
|
Flow based programming in elixir
|
|
23
|
4382
|
December 18, 2021
|
|
I have implemented the Roc lang `<-` operator using macros
|
|
3
|
1835
|
December 6, 2021
|
|
Why does Code.compile_string report deprecation warnings only sometimes?
|
|
4
|
1369
|
November 23, 2021
|
|
Getting a list of "tagged" modules
|
|
12
|
4245
|
October 27, 2021
|
|
StatesLanguage - Declaratively design state machines that compile to Elixir based :gen_statem processes with the States Language JSON specification
|
|
25
|
4315
|
October 7, 2021
|
|
Checking if there's matching function clause before calling function
|
|
0
|
426
|
October 1, 2021
|
|
How to test 'test-helper macros'?
|
|
0
|
655
|
September 25, 2021
|
|
How to make a put_deep/2 macro (how to access a variable from a macro)?
|
|
11
|
1024
|
September 2, 2021
|
|
Create a module in memory, refresh/reload on change
|
|
5
|
1431
|
September 2, 2021
|
|
Techniques to track function calls
|
|
1
|
1036
|
August 18, 2021
|
|
How to get the AST that would be generated by the given macro?
|
|
26
|
3232
|
August 4, 2021
|
|
Order of evaluation of macro context
|
|
4
|
1524
|
August 1, 2021
|
|
Is there a resource that would help me understand how defmacro can be defined as a macro via defmacro?
|
|
2
|
1132
|
July 28, 2021
|
|
Accessing macro/caller context variables in dynamically generated of functions in macros
|
|
6
|
2523
|
June 27, 2021
|
|
Defining an anonymous function of dynamic arity (not variadic)
|
|
8
|
2345
|
June 18, 2021
|
|
Wrapping a macro of a dependency - best way
|
|
0
|
565
|
June 2, 2021
|
|
Calling function in a macro with unknown/variable parameter size
|
|
2
|
1200
|
May 28, 2021
|
|
Generating pattern matching functions based on a module attribute
|
|
6
|
1216
|
May 17, 2021
|
|
Attributes with function name
|
|
3
|
909
|
April 15, 2021
|
|
Automatically wrap functions in a module with metaprogramming
|
|
2
|
976
|
April 9, 2021
|
|
Module documentation not immediatelly available after ensuring then module is compiled
|
|
3
|
1155
|
March 25, 2021
|
|
Order of execution of @on_definition, @before_compile and @after_compile
|
|
2
|
1835
|
March 25, 2021
|