> On 09 Dec 2015, at 22:23, Nicolai Hess <[email protected]> wrote:
>
>
>
> 2015-12-08 17:44 GMT+01:00 Marcus Denker <[email protected]
> <mailto:[email protected]>>:
> 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 one
> operation does not help).
>
> We should do some experiments.
>
> by the way, what is the difference between
> LiteralVariable :
> isGlobal
> and
> isGlobalVariable
> ?
This is a leftover / to be cleanup method from the change to allow variables to
get meta-links.
I should clean that up.
The problem is that after the month in Chile I now have to work on all the
things that I postponed
(and other boring stuff).
Marcus