programatically generating methods

Damien Cassou damien.cassou at gmail.com
Fri Dec 7 10:39:40 UTC 2007


Hi Niko,

2007/12/7, Niko Matsakis <niko at alum.mit.edu>:
> What is the best way to programatically generate a CompiledMethod from
> a string?

I'm not sure you want to play with CompiledMethod. What about:

Object  compile: 'method
	^ 123.' classified: 'accessing'

-- 
Damien Cassou



More information about the Squeak-dev mailing list