Y
Hacker News
new
|
ask
|
show
|
jobs
by
thyrsus
4573 days ago
if(condition, do: a, else: b)
looks like a function, but that implies Elixir does lazy evaluation so that only one of a or b gets evaluated. Or is something else going on?
1 comments
devinus
4573 days ago
if
is a macro.
link