|
What's `v(-1)` in place of the omitted left side expression in an operator overload
|
|
1
|
375
|
March 4, 2023
|
|
Find a specific string in an unstructured and nested list
|
|
10
|
985
|
February 15, 2023
|
|
Call external module funcs inside generated functions in macro
|
|
2
|
701
|
January 25, 2023
|
|
DarkKernel - elixir functions which use dark magic
|
|
11
|
878
|
December 11, 2022
|
|
Temple DSL - pass attributes dynamically to a macro
|
|
0
|
446
|
October 13, 2022
|
|
How to create a type attribute in a macro?
|
|
8
|
1194
|
September 15, 2022
|
|
Cannot read params during complie time
|
|
4
|
512
|
August 20, 2022
|
|
Credo and specs for macro-generated functions
|
|
3
|
1081
|
August 1, 2022
|
|
Difference between `{:a}` and `{:{}, [], [:a]}` in AST
|
|
1
|
659
|
May 25, 2022
|
|
Macro Monday - Share your macros!
|
|
1
|
729
|
April 11, 2022
|
|
How to define Macro for a new Type?
|
|
9
|
2056
|
April 6, 2022
|
|
How to alias a module in __using__
|
|
4
|
1785
|
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
|
1668
|
December 19, 2021
|
|
Utility macro for non-deterministic decisions
|
|
0
|
524
|
November 14, 2021
|
|
Creating a macro that forward quoted expression
|
|
3
|
661
|
September 26, 2021
|
|
How to load direct macro instead of input it into a function to get parameters
|
|
6
|
753
|
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
|
862
|
August 12, 2021
|
|
How to get the AST that would be generated by the given macro?
|
|
26
|
3239
|
August 4, 2021
|
|
Using sigil_E inside of a macro
|
|
2
|
1244
|
July 10, 2021
|
|
Use macro globally
|
|
2
|
522
|
July 7, 2021
|
|
How to get an AST and Macro.Env of a function by name and arity?
|
|
9
|
1866
|
May 21, 2021
|
|
Adding more to __using__?
|
|
8
|
1660
|
January 7, 2021
|
|
Accessing a module in the main app from a dependency
|
|
11
|
1581
|
December 16, 2020
|
|
LiveComponent as a macro, compilation error
|
|
4
|
1069
|
September 17, 2020
|
|
First time Elixir macro -- generate similar functions?
|
|
8
|
2201
|
July 29, 2020
|
|
TIL: origin and meaning of quote and unquote terminology
|
|
0
|
715
|
March 27, 2020
|
|
Using Options in Nest Macro
|
|
1
|
806
|
January 24, 2020
|
|
Why is __after_compile__/2 called before __before_compile__/1?
|
|
10
|
3395
|
December 17, 2019
|