Odd behaviour of quote(do: n) - iex crashes with "do not show this result in output"
|
|
1
|
102
|
September 3, 2023
|
Is it possible to detect if code is executing at compile time?
|
|
12
|
391
|
August 18, 2023
|
Create sub module with atom name
|
|
15
|
263
|
August 13, 2023
|
Macro check is there a specific function inside a module
|
|
6
|
307
|
July 20, 2023
|
Using `~p` dynamically inside a macro
|
|
5
|
479
|
July 4, 2023
|
How to get each line of block and convert it as list of map in macro
|
|
7
|
359
|
June 23, 2023
|
Collect all function return tuples in the module with macro and provide access to them with a helper function
|
|
0
|
226
|
April 22, 2023
|
What's `v(-1)` in place of the omitted left side expression in an operator overload
|
|
1
|
197
|
March 4, 2023
|
Find a specific string in an unstructured and nested list
|
|
10
|
430
|
February 15, 2023
|
Call external module funcs inside generated functions in macro
|
|
2
|
276
|
January 25, 2023
|
DarkKernel - elixir functions which use dark magic
|
|
11
|
565
|
December 11, 2022
|
Temple DSL - pass attributes dynamically to a macro
|
|
0
|
239
|
October 13, 2022
|
How to create a type attribute in a macro?
|
|
8
|
711
|
September 15, 2022
|
Cannot read params during complie time
|
|
4
|
350
|
August 20, 2022
|
Credo and specs for macro-generated functions
|
|
3
|
566
|
August 1, 2022
|
Difference between `{:a}` and `{:{}, [], [:a]}` in AST
|
|
1
|
369
|
May 25, 2022
|
Macro Monday - Share your macros!
|
|
1
|
536
|
April 11, 2022
|
How to define Macro for a new Type?
|
|
9
|
1201
|
April 6, 2022
|
How to alias a module in __using__
|
|
4
|
1091
|
March 2, 2022
|
How to use quote and unquoted parameters inside a quote block?
|
|
2
|
595
|
January 4, 2022
|
Forwarding a match pattern to a custom macro
|
|
4
|
968
|
December 19, 2021
|
Utility macro for non-deterministic decisions
|
|
0
|
350
|
November 14, 2021
|
Creating a macro that forward quoted expression
|
|
3
|
516
|
September 26, 2021
|
How to load direct macro instead of input it into a function to get parameters
|
|
6
|
504
|
September 3, 2021
|
@derive in use-able module doesn't work
|
|
4
|
644
|
September 2, 2021
|
I'm bit confused with compile time and runtime evaluation
|
|
1
|
723
|
August 12, 2021
|
How to get the AST that would be generated by the given macro?
|
|
26
|
2097
|
August 4, 2021
|
Using sigil_E inside of a macro
|
|
2
|
940
|
July 10, 2021
|
Use macro globally
|
|
2
|
413
|
July 7, 2021
|
How to get an AST and Macro.Env of a function by name and arity?
|
|
9
|
1198
|
May 21, 2021
|