Wolfram Engine vs Julia

Is there any interface between Julia and Wolfram Engine?

There seems to be this one:

2 Likes

You can see a hint of one in Stephen Wolfram’s talk:

2 Likes

If you want to call Julia from Mathematica, look at this:

1 Like

Actually I want to use Julia to write a front end of the free Wolfram Engine, but couldn’t find any documentation on that …

MathLink.jl is what you need. If you want to write a GUI frontend, you’ll also need a GUI toolkit like GTK.jl or Mousetrap.jl.

But there’s already a free Jupyter notebook kernel frontend for the Wolfram Engine:

5 Likes

I would rather suggest QML.jl. Easy to use and powerful. Only a basic documentation, but lots of examples. And if you know JavaScript then QML is easy (very close).

1 Like