On 24 Feb 2015, at 10:06, Marcus Denker <marcus.denker@inria.fr> wrote:


On 24 Feb 2015, at 09:58, Nicolas Cellier <nicolas.cellier.aka.nice@gmail.com> wrote:



2015-02-24 9:48 GMT+01:00 Sven Van Caekenberghe <sven@stfx.eu>:

> On 24 Feb 2015, at 09:47, Max Leske <maxleske@gmail.com> wrote:
>
>
>> On 24 Feb 2015, at 09:33, Yuriy Tymchuk <yuriy.tymchuk@me.com> wrote:
>>
>> But for configuration everyone anyway uses
>>
>> ���CoufigurationOf������ asClass load
>
> I wasn���t aware that #asClass existed��� ;)

You are a Noob, Max ;-)


Maybe

'Foo' as: Class
->
String>>as: aBehavior ^aBehavior fromString: self
->
^Class fromString: 'Foo'

or something like that?

 

I wonder why we do not just late-bind global access.

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.

Camille


Marcus