
23 Mar
2009
23 Mar
'09
10:56 a.m.
John O'Donnell wrote:
That example does indeed work, but there is no hint as to whether the running program can then access anything defined in the module it has just loaded.
I think the running program can only access things *exported* from the module (other functions in that module might even have been optimized away!).... Is it okay to require those plugin-modules to export everything you're going to use from them? -Isaac