> On 24 Feb 2015, at 10:06, Marcus Denker <marcus.den...@inria.fr> wrote:
> 
> 
>> On 24 Feb 2015, at 09:58, Nicolas Cellier 
>> <nicolas.cellier.aka.n...@gmail.com 
>> <mailto:nicolas.cellier.aka.n...@gmail.com>> wrote:
>> 
>> 
>> 
>> 2015-02-24 9:48 GMT+01:00 Sven Van Caekenberghe <s...@stfx.eu 
>> <mailto:s...@stfx.eu>>:
>> 
>> > On 24 Feb 2015, at 09:47, Max Leske <maxle...@gmail.com 
>> > <mailto:maxle...@gmail.com>> wrote:
>> >
>> >
>> >> On 24 Feb 2015, at 09:33, Yuriy Tymchuk <yuriy.tymc...@me.com 
>> >> <mailto:yuriy.tymc...@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

Reply via email to