Tagged Questions
-2
votes
2answers
314 views
C interface for Mathematica
I would like to write a small C program which starts a Mathematica session, executes some user defined code and retrieves the output and finally quits the session. Basically I like to have a simple ...