What's `v(-1)` in place of the omitted left side expression in an operator overload
|
|
1
|
110
|
March 4, 2023
|
Find a specific string in an unstructured and nested list
|
|
10
|
151
|
February 15, 2023
|
Call external module funcs inside generated functions in macro
|
|
2
|
155
|
January 25, 2023
|
DarkKernel - elixir functions which use dark magic
|
|
11
|
464
|
December 11, 2022
|
Temple DSL - pass attributes dynamically to a macro
|
|
0
|
156
|
October 13, 2022
|
How to create a type attribute in a macro?
|
|
8
|
401
|
September 15, 2022
|
Cannot read params during complie time
|
|
4
|
276
|
August 20, 2022
|
Credo and specs for macro-generated functions
|
|
3
|
351
|
August 1, 2022
|
Difference between `{:a}` and `{:{}, [], [:a]}` in AST
|
|
1
|
287
|
May 25, 2022
|
Macro Monday - Share your macros!
|
|
1
|
412
|
April 11, 2022
|
How to define Macro for a new Type?
|
|
9
|
843
|
April 6, 2022
|
How to alias a module in __using__
|
|
4
|
826
|
March 2, 2022
|
How to use quote and unquoted parameters inside a quote block?
|
|
2
|
446
|
January 4, 2022
|
Forwarding a match pattern to a custom macro
|
|
4
|
675
|
December 19, 2021
|
Utility macro for non-deterministic decisions
|
|
0
|
291
|
November 14, 2021
|
Creating a macro that forward quoted expression
|
|
3
|
422
|
September 26, 2021
|
How to load direct macro instead of input it into a function to get parameters
|
|
6
|
446
|
September 3, 2021
|
@derive in use-able module doesn't work
|
|
4
|
511
|
September 2, 2021
|
I'm bit confused with compile time and runtime evaluation
|
|
1
|
655
|
August 12, 2021
|
How to get the AST that would be generated by the given macro?
|
|
26
|
1599
|
August 4, 2021
|
Using sigil_E inside of a macro
|
|
2
|
776
|
July 10, 2021
|
Use macro globally
|
|
2
|
369
|
July 7, 2021
|
How to get an AST and Macro.Env of a function by name and arity?
|
|
9
|
943
|
May 21, 2021
|
Adding more to __using__?
|
|
8
|
1069
|
January 7, 2021
|
Accessing a module in the main app from a dependency
|
|
11
|
836
|
December 16, 2020
|
LiveComponent as a macro, compilation error
|
|
4
|
792
|
September 17, 2020
|
First time Elixir macro -- generate similar functions?
|
|
8
|
1086
|
July 29, 2020
|
TIL: origin and meaning of quote and unquote terminology
|
|
0
|
480
|
March 27, 2020
|
Using Options in Nest Macro
|
|
1
|
587
|
January 24, 2020
|
Why is __after_compile__/2 called before __before_compile__/1?
|
|
10
|
2133
|
December 17, 2019
|