On Wed, Jan 21, 2009 at 9:48 AM, Dominic Genest <[email protected]> wrote: > What is the best way for a C++ program to launch J code and push and > pull data from the J interpreter?
You can install J's dll and use it as a COM object. The wiki has some illustrations of this being done from VB and C#, and you should not have much problem converting this to C# http://www.jsoftware.com/jwiki/Guides/J%20VB.NET Note that you need to deploy a full J installation if you want to use J's libraries. FYI, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
