Escaping runtime values in a macro with `^`
|
|
1
|
126
|
March 17, 2023
|
Debug function call macro
|
|
5
|
162
|
March 14, 2023
|
Using macro's to inject a string containing the module name
|
|
10
|
263
|
March 9, 2023
|
A script for re-writing AST: where to start?
|
|
5
|
268
|
March 4, 2023
|
How do I pass guards through macros?
|
|
2
|
122
|
March 2, 2023
|
Injecting into an AST: Could anyone help me clean this up?
|
|
2
|
186
|
February 20, 2023
|
Phoenix project without macros, a tiny study
|
|
4
|
282
|
January 21, 2023
|
Enum fusion?
|
|
43
|
2872
|
January 10, 2023
|
String text = ”data type in Elixir”;
|
|
8
|
412
|
December 29, 2022
|
Could I leverage Elixir’s metaprogramming capabilities to automatically annotate all functions with a given name?
|
|
3
|
321
|
November 25, 2022
|
Unused var warning in block passed to a macro
|
|
2
|
238
|
November 24, 2022
|
Generate AST for string with interpolation
|
|
3
|
228
|
October 28, 2022
|
Destructing assignment
|
|
6
|
1750
|
October 19, 2022
|
Injecting code in macro with references to outer scope
|
|
0
|
166
|
October 18, 2022
|
Types in a decorator and accessing Context struct
|
|
2
|
242
|
October 14, 2022
|
Dynamic modules / module "aliasing"
|
|
4
|
297
|
October 10, 2022
|
Passing conditional statement as an argument
|
|
6
|
214
|
September 30, 2022
|
Generate tests through module attributes but local variable can't be found
|
|
5
|
549
|
September 28, 2022
|
Dynamically import factory in DataCase
|
|
5
|
227
|
September 28, 2022
|
__using__ macro with option
|
|
7
|
404
|
September 25, 2022
|
How do I pass variables to Protox's __using__ macro?
|
|
7
|
268
|
September 19, 2022
|
How to create a type attribute in a macro?
|
|
8
|
395
|
September 15, 2022
|
How can I `def render(assigns)` in a macro? ~H can't see `assigns` variable
|
|
1
|
343
|
September 1, 2022
|
Problem with function to dynamically define modules
|
|
2
|
242
|
August 26, 2022
|
Exs files evaluated at compile time are still available at runtime
|
|
1
|
306
|
August 4, 2022
|
Creating routes from a file
|
|
8
|
439
|
August 3, 2022
|
Using macros to create React-like callback props in LiveView
|
|
3
|
331
|
August 2, 2022
|
Plug router compiling routes from file
|
|
1
|
581
|
August 1, 2022
|
Recompile dependency based on @external_resource
|
|
6
|
327
|
July 19, 2022
|
How to integrate appsignal with phoenix liveview?
|
|
19
|
1612
|
June 29, 2022
|