Am 18.08.2011 14:06, schrieb Jorge Luis Zapata Muga: > Is it possible to handle this with neko? does it support this kind of > dynamic function creation?
more or less - yes. static function have to be added to the class object. object methods have to be added to the prototype of the class object. regards, Adrian. -- Neko : One VM to run them all (http://nekovm.org)
