Enter Our Giveaways
Elixir Programming Language Forum
Problem with function to dynamically define modules
Questions & Help
Questions
modules
,
functions
,
macros
NobbZ
August 26, 2022, 5:17am
2
You probably want to use macros rather than functions.
You need to use
unquote
within a quoted context.
show post in topic