For questions on interfacing or getting Mathematica to work together with other software or technologies. If your question is about a specific language you want to interface with Mathematica, please consider using the appropriate *link tag.
Built in interoperability interfaces:
C/C++: MathLink and LibraryLink (consider using tags mathlink and/or lybrarylink)
.NET languages or Windows DLL-s: .NET/Link (use tag .netlink)
SQL: DatabaseLink (use tag databaselink)
OpenCL: OpenCLLink
WRI and third party interoperability packages and interfaces:
TetGen (tetrahedral mesh generator and 3D Delaunay triangulator): TetGenLink
MATLAB: mEngine. It allows calling MATLAB from Mathematica and transferring matrices/vectors.
Python:
Pythonika for calling Python from Mathematica
see the
SystemFiles/Links/Pythonsubdirectory of the Mathematica installation for calling Mathematica from Python
The
SystemFiles/Linksdirectory contains several packages for interfacing Mathematica with various technologies (some of these packages are unsupported).
