On Fri, Mar 8, 2013 at 2:44 PM, Igor Stasenko <siguctua@gmail.com> wrote:
 
Can you be more specific, what exactly it breaks?

Initially, I didn't realize that you were talking about changes to the compiler. I thought that you were proposing that we replace this code:

someMethod
    ^ Foo

with this:

someMethod
    ^ self environment Foo

That would break all the existing code that refers to Foo directly. 

Colin