2009/1/8 Sten Kvamme <span dir="ltr"><<a href="mailto:sten@kvamme.se">sten@kvamme.se</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><div><div class="Wj3C7c">Ok, and if I'm using several clauses, is it like it is in Prolog a good<br></div></div>
idea to put the clauses that match most often at the top?</blockquote><div><br>It will never hurt but in many cases it will not help. The compiler is pretty good at optimising matching and will reorder clauses if it feels the result is better and the sequential matching semantics is preserved.<br>
<br>Robert<br><br></div></div>