Feb. 24, 2015
9:06 a.m.
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 <mailto:sven@stfx.eu>>:
On 24 Feb 2015, at 09:47, Max Leske <maxleske@gmail.com <mailto:maxleske@gmail.com>> wrote:
On 24 Feb 2015, at 09:33, Yuriy Tymchuk <yuriy.tymchuk@me.com <mailto: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. Marcus