Howto invoke plugin primitive in Interpreter?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Howto invoke plugin primitive in Interpreter?

André Wendt-3
 
Hi,

I'm trying to invoke the primitiveFileOpen primitive from the FilePlugin
from within the Interpreter.

<primitive: 'primitiveFileOpen' module: 'FilePlugin'>

obviously does not work: it doesn't get translated to C.

How else should I invoke primitives of (internal/external) plugins from
within the Interpreter class?

Thanks,
André