|
What's `v(-1)` in place of the omitted left side expression in an operator overload
|
|
1
|
373
|
March 4, 2023
|
|
Find a specific string in an unstructured and nested list
|
|
10
|
983
|
February 15, 2023
|
|
Call external module funcs inside generated functions in macro
|
|
2
|
692
|
January 25, 2023
|
|
DarkKernel - elixir functions which use dark magic
|
|
11
|
877
|
December 11, 2022
|
|
Temple DSL - pass attributes dynamically to a macro
|
|
0
|
445
|
October 13, 2022
|
|
How to create a type attribute in a macro?
|
|
8
|
1187
|
September 15, 2022
|
|
Cannot read params during complie time
|
|
4
|
512
|
August 20, 2022
|
|
Credo and specs for macro-generated functions
|
|
3
|
1076
|
August 1, 2022
|
|
Difference between `{:a}` and `{:{}, [], [:a]}` in AST
|
|
1
|
658
|
May 25, 2022
|
|
Macro Monday - Share your macros!
|
|
1
|
729
|
April 11, 2022
|
|
How to define Macro for a new Type?
|
|
9
|
2048
|
April 6, 2022
|
|
How to alias a module in __using__
|
|
4
|
1783
|
March 2, 2022
|
|
How to use quote and unquoted parameters inside a quote block?
|
|
2
|
948
|
January 4, 2022
|
|
Forwarding a match pattern to a custom macro
|
|
4
|
1665
|
December 19, 2021
|
|
Utility macro for non-deterministic decisions
|
|
0
|
524
|
November 14, 2021
|
|
Creating a macro that forward quoted expression
|
|
3
|
660
|
September 26, 2021
|
|
How to load direct macro instead of input it into a function to get parameters
|
|
6
|
743
|
September 3, 2021
|
|
@derive in use-able module doesn't work
|
|
4
|
939
|
September 2, 2021
|
|
I'm bit confused with compile time and runtime evaluation
|
|
1
|
858
|
August 12, 2021
|
|
How to get the AST that would be generated by the given macro?
|
|
26
|
3232
|
August 4, 2021
|
|
Using sigil_E inside of a macro
|
|
2
|
1244
|
July 10, 2021
|
|
Use macro globally
|
|
2
|
519
|
July 7, 2021
|
|
How to get an AST and Macro.Env of a function by name and arity?
|
|
9
|
1861
|
May 21, 2021
|
|
Adding more to __using__?
|
|
8
|
1658
|
January 7, 2021
|
|
Accessing a module in the main app from a dependency
|
|
11
|
1578
|
December 16, 2020
|
|
LiveComponent as a macro, compilation error
|
|
4
|
1068
|
September 17, 2020
|
|
First time Elixir macro -- generate similar functions?
|
|
8
|
2199
|
July 29, 2020
|
|
TIL: origin and meaning of quote and unquote terminology
|
|
0
|
714
|
March 27, 2020
|
|
Using Options in Nest Macro
|
|
1
|
806
|
January 24, 2020
|
|
Why is __after_compile__/2 called before __before_compile__/1?
|
|
10
|
3392
|
December 17, 2019
|