On 11/07/2011 03:33 PM, Henrik Sperre Johansen wrote:
On 07.11.2011 15:29, Markus Rother wrote:The issue I could not solve on my own is this:I would like to instantiate from symbols. My use-case is a collection of class names which I want to ask to return one instance each.Such that: #Foo asClass new -> a Foo whereas asClass is the method I am looking for.(self environment at: #Foo) new -> a Foo Cheers, Henry
Grand! Thanks a lot Henry! M.
