<br><div class="gmail_quote">Den 30 mars 2012 15:39 skrev Per Eckerdal <span dir="ltr"><<a href="mailto:per.eckerdal@gmail.com">per.eckerdal@gmail.com</a>></span>: <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div>The main drawback of allowing prefix-less global names is that it requires *all* local bindings to be renamed by the auto aliasing, because you can't predict if a local binding will shadow a global one. If all globals had a namespace prefix, auto aliasing would only have to rename bindings that shadow other local bindings, which is fairly rare. This would result in prettier macroexpanded code.</div>

</blockquote><div><br>Very nice post. Can you give an example that illustrates what you meant with this paragraph?<br><br></div></div>