MathLink.jl icon indicating copy to clipboard operation
MathLink.jl copied to clipboard

Julia language interface for Mathematica/Wolfram Engine

Results 21 MathLink.jl issues
Sort by recently updated
recently updated
newest added

The last of the MathLinkExtras additions. This implements the W2Mstr function with transforms the MathLink object back into Mathematica input code if one want to paste it directly into Mathematica....

This converts a mathematica `List` object to julia `array`

Is it possible to avoid unecessary memory allocation when using weval(W"Func"(pars)).Even native Methematica Func will need memory and this cause trouble for millions times of calculation.

Hi I am trying to install MathLink.jl on Windows 10. I have a full version of Mathematica 12.3, but I do not think it contains any "libML64.dll/ libML32.dll" file as...

In a Mathematica notebook, every line that doesn't end with `;` will be displayed/ returned. This is handled differently in `MathLink` where only one return value is possible. MWE: ```julia...

Being able to convert `WExpr`s to julia `Expr`, such that you can define julia functions, that you derived using Mathematica functions would be very nice to have.

This will make `WExpr` be printed more pleasantly.

How do we extract numbers from lists? More generally, how are we supposed to use various return values in Julia? For example, this code returns a list of lists: ```...

MathLink seems to be deprecated nowadays compared to the WSTP interface. Do you have any comments on why you chose MathLink over WSTP? cc: @simonbyrne, @rpestourie