Odd behaviour of quote(do: n) - iex crashes with "do not show this result in output"
|
|
1
|
363
|
September 3, 2023
|
Determining which module invoked a function( At Runtime)?
|
|
5
|
597
|
August 14, 2023
|
Dynamically apply method from Phoenix.ConnTest
|
|
5
|
405
|
August 13, 2023
|
Silly metaprogramming experiment: OpenAI functions
|
|
0
|
494
|
June 15, 2023
|
Are there accessible metaprogramming examples?
|
|
9
|
1147
|
May 12, 2023
|
Accessing dynamic keys from map
|
|
4
|
682
|
April 24, 2023
|
Gettext domains with code generation
|
|
4
|
1175
|
April 11, 2023
|
Extending dependency macro in my own macro?
|
|
2
|
461
|
March 25, 2023
|
How to include code into the current file from an external file in compile time?
|
|
1
|
513
|
March 21, 2023
|
Manipulate the AST before compilation
|
|
2
|
656
|
March 9, 2023
|
What is wrong with my auto-generated typespec?
|
|
6
|
835
|
March 8, 2023
|
Call external module funcs inside generated functions in macro
|
|
2
|
640
|
January 25, 2023
|
Could I leverage Elixir’s metaprogramming capabilities to automatically annotate all functions with a given name?
|
|
3
|
721
|
November 25, 2022
|
Call attr macro from another macro (noob question)
|
|
10
|
915
|
November 22, 2022
|
Metaprogramming in Elixir: MIME-Type Conversion (need help fixing a func)
|
|
1
|
557
|
November 11, 2022
|
Passing conditional statement as an argument
|
|
6
|
871
|
September 30, 2022
|
__using__ macro with option
|
|
7
|
3309
|
September 25, 2022
|
How to view module source after code generation?
|
|
13
|
2310
|
August 19, 2022
|
Exs files evaluated at compile time are still available at runtime
|
|
1
|
622
|
August 4, 2022
|
How to turn Macro.string_to_quoted_with_comments! back into string
|
|
2
|
667
|
August 3, 2022
|
Need help understanding some Mox source code
|
|
4
|
783
|
July 26, 2022
|
How to dynamically create behaviours?
|
|
5
|
659
|
July 23, 2022
|
Dynamic fields in Ecto queries
|
|
3
|
7615
|
July 13, 2022
|
What are module and function names exactly? (they seem to be more than atoms)
|
|
7
|
1512
|
May 9, 2022
|
Using macros to interface with Faker lib for generating data
|
|
2
|
708
|
May 2, 2022
|
Programmatic access to Phoenix Routes
|
|
14
|
2988
|
April 26, 2022
|
Getting the @type module attribute
|
|
9
|
3795
|
March 19, 2022
|
Protocols vs interfaces
|
|
7
|
2884
|
March 12, 2022
|
Manipulating AST before compilation?
|
|
2
|
820
|
March 6, 2022
|
How to expose (or use) a module attribute that is built using macros
|
|
20
|
4167
|
February 20, 2022
|