Why does code

Code.eval_quoted(quote do: name = "Alexander")

evaluates to

{"Alexander", [{{:name, Elixir}, "Alexander"}]}

instead of binding "Alexander" to variable name same as it would if put in 
IEx directly as

name = "Alexander"

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-talk/1796a6e2-31dc-42ce-ad34-773d35498387%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to