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.
Marcus