|
Getting the @type module attribute
|
|
9
|
3891
|
March 19, 2022
|
|
Protocols vs interfaces
|
|
7
|
3106
|
March 12, 2022
|
|
Manipulating AST before compilation?
|
|
2
|
833
|
March 6, 2022
|
|
How to expose (or use) a module attribute that is built using macros
|
|
20
|
4390
|
February 20, 2022
|
|
Creating a set of functions with the same name using macros.
|
|
8
|
1777
|
January 27, 2022
|
|
How to inject code depending on Elixir API availability?
|
|
5
|
802
|
January 20, 2022
|
|
Compilation cleanup hook to generate a file
|
|
3
|
562
|
January 18, 2022
|
|
Ivoking a macro within a @type on the right side of `::`
|
|
1
|
587
|
January 13, 2022
|
|
Is it possible to document modules defined at runtime?
|
|
5
|
787
|
January 12, 2022
|
|
Flow based programming in elixir
|
|
23
|
4387
|
December 18, 2021
|
|
I have implemented the Roc lang `<-` operator using macros
|
|
3
|
1837
|
December 6, 2021
|
|
Why does Code.compile_string report deprecation warnings only sometimes?
|
|
4
|
1372
|
November 23, 2021
|
|
Getting a list of "tagged" modules
|
|
12
|
4246
|
October 27, 2021
|
|
StatesLanguage - Declaratively design state machines that compile to Elixir based :gen_statem processes with the States Language JSON specification
|
|
25
|
4322
|
October 7, 2021
|
|
Checking if there's matching function clause before calling function
|
|
0
|
427
|
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
|
1433
|
September 2, 2021
|
|
Techniques to track function calls
|
|
1
|
1037
|
August 18, 2021
|
|
How to get the AST that would be generated by the given macro?
|
|
26
|
3239
|
August 4, 2021
|
|
Order of evaluation of macro context
|
|
4
|
1529
|
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
|
2528
|
June 27, 2021
|
|
Defining an anonymous function of dynamic arity (not variadic)
|
|
8
|
2347
|
June 18, 2021
|
|
Wrapping a macro of a dependency - best way
|
|
0
|
566
|
June 2, 2021
|
|
Calling function in a macro with unknown/variable parameter size
|
|
2
|
1201
|
May 28, 2021
|
|
Generating pattern matching functions based on a module attribute
|
|
6
|
1216
|
May 17, 2021
|
|
Attributes with function name
|
|
3
|
911
|
April 15, 2021
|
|
Automatically wrap functions in a module with metaprogramming
|
|
2
|
978
|
April 9, 2021
|
|
Module documentation not immediatelly available after ensuring then module is compiled
|
|
3
|
1156
|
March 25, 2021
|