On 09 Dec 2015, at 22:23, Nicolai Hess <nicolaihess@gmail.com> wrote:2015-12-08 17:44 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:Yes, I wondered why it was not done in semantic analysis��� would be much easier.The binding approach only takes care of reflective change (Smalltalk globals at: Object put: nil),a case that is not as important to fix. (reflection is dangerous, disallowing just this oneoperation does not help).We should do some experiments.by the way, what is the difference between
LiteralVariable :isGlobalandisGlobalVariable
?