Feb. 24, 2015
12:46 p.m.
On 24 Feb 2015, at 13:22, Marcus Denker <marcus.denker@inria.fr> wrote:
Yes why not. The question is: late-bind onto whom? Since bindings can be changed without recompilation, Iâm not sure that late-bound global have a lot of added value.
In the sense that I can write
MyNonExistingClass new.
and get a runtime error.
Yes true.
Marcus