> From: Dominic Genest <[email protected]> > > What is the best way for a C++ program to launch J code and push and > pull data from the J interpreter?
There is DLL (shared library) interface exposed
by the J library (j.dll, libj.so).
See folder j602\system\examples\jfe
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
