> On 24 Feb 2015, at 09:58, Nicolas Cellier 
> <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.

        Marcus

Reply via email to