I would be very interested in this.  At the moment I get by with routines 
to pass arrays between the two:

tomm(A::Array)=writecsv("/tmp/juliatomm.csv",A)
frommm()=readcsv("/tmp/mmtojulia.csv")

FromJulia[]:=Import["/tmp/juliatomm.csv"]

ToJulia[A]:=Export["/tmp/mmtojulia.csv", A]

On Friday, April 3, 2015 at 12:25:04 AM UTC+11, Frank Kampas wrote:
>
> Has anyone been able to call Julia from Mathematica?
>

Reply via email to