<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 4, 2013 at 5:09 PM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com" target="_blank">siguctua@gmail.com</a>&gt;</span> wrote:<br>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><span class="Apple-style-span" style="color:rgb(34,34,34)">you mean changing compiler to compile</span><br>
</div>
&quot;&lt;obj&gt; Foo&quot; message send for accessing Foo name, instead of direct<br>
binding access?</blockquote><div><br></div><div>Oh, I see. The source code still reads as a variable access, but the bytecode implements a message send. Sure, that would be equivalent to Eliot&#39;s idea. Instead of a different receiver for each variable, it&#39;s a different message for each variable.</div>
<div><br></div><div>That&#39;s a lot more feasible, but I don&#39;t see any advantage over just sending #value to the binding, and it&#39;s more work. We already have tools that know how to deal with bindings, and they&#39;d all have to be converted to the new scheme.</div>
<div><br></div><div>Colin</div><div> </div></div></div></div>