...

/

Introduction to Macro.escape

Introduction to Macro.escape

Learn about Macro.escape and its uses.

We'll cover the following...

Macro.escape is used to take an Elixir literal and recursively escape it for injection into an AST. Its use is required when we need to inject an Elixir value into an already-quoted expression where ...