<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Mar 2, 2014 at 2:20 PM, Sergej Jurecko <span dir="ltr"><<a href="mailto:sergej.jurecko@gmail.com" target="_blank">sergej.jurecko@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":zp" class="a3s" style="overflow:hidden">andalso will evaluate second expression only if first is true<br>
orelse will evaluate second expression only if first is false<br>
<br>
Nothing else is lazy from what I know.</div></blockquote></div><br>`andalso` and `orelse` are short-circuiting. They are also tail-call optimized (in most recent OTP releases).<br><br clear="all"><div><br></div>-- <br>J.
</div></div>