Comment on Elixir is for programmersComments−thyrsus12y 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?−devinus12yif is a macro.
Comments
if is a macro.