Can I use Mathematica from other programming languages ​​(python / C #)?

Can I use Mathematica's computing capabilities from other languages? I need to perform some complex operations (not necessarily symbolic, btw), and it would be nice to be able to just call Mathematica functions or run Mathematica code directly from my python / C # program.

Is it possible?

+5
source share
5 answers

It looks like there is a MathLink API that you can use with C #, c or Java, have you checked this?

http://reference.wolfram.com/mathematica/guide/MathLinkAPI.html

+5
source
+4

, - Mathematica script ​​/ stdin/stdout. :

Mathematica , stdin, stdout stderr

+4

, . , Mathematica #, .NET/Link ( Wolfram).

+1

Yes, but there are some subtleties. I reviewed Mathematica.NET compatibility in my F # book for scientists , but dropped the topic for my successor F # for technical computing .

+1
source

All Articles