Skip to main content

Questions tagged [julia]

Questions about interfacing with, or features inspired or demonstrated by the Julia programming language.

8 votes
1 answer
408 views

Convert Mathematica formulas to Julia

Is there a package converting mathematica output expressions to Julia ? I know from an other answer in the forum that there is the corresponding ToMatLab(Is it possible to export the equations from ...
JTT's user avatar
  • 193
7 votes
2 answers
651 views

Getting data into Julia session?

Mathematica has a way of integrating with Julia, and automatically convert Julia outputs into Mathematica objects (Julia seems to have nice support for low-rank approximation). What is the best way to ...
Yaroslav Bulatov's user avatar
2 votes
1 answer
194 views

Calling Julia via `ExternalEvaluate`

I am trying to call Julia from Mathematica via ExternalEvaluate, as per this documentation page. I have Julia installed with all the required packages (...
Yly's user avatar
  • 265
2 votes
1 answer
242 views

FindExternalEvaluators['Python"] returns a blank box instead of the locations or python versions

I'm using Mathematica 12.0 Student Edition and have python 3.7.6 instilled in anaconda and 3.7.8 installed via Microsoft Store. I have followed the reference instructions here but to no avail. The ...
Joshua Bocanegra's user avatar
15 votes
1 answer
742 views

Call julia from Mathematica?

How might one go about calling julia from Mathematica? And vice versa? I'm aware of the MathLink.jl package (https://github.com/JuliaInterop/MathLink.jl), which I've installed into julia 1.3.1. I ...
murray's user avatar
  • 12k
84 votes
8 answers
15k views

What are the Wolfram Language's relative strengths for machine learning?

I see a low use of Mathematica in Kaggle competitions. Why would one use the Wolfram Language versus R, Python, or Julia for machine learning? Besides prettier plots and the Manipulate function, ...
andandandand's user avatar
  • 2,403
17 votes
1 answer
2k views

Relative performance of the Julia language

I was just reviewing the Mathematica benchmark code linked from the Julia language home page http://julialang.org/. The stated goal of the benchmarks is to test the performance of specific algorithms, ...
TheDoctor's user avatar
  • 2,890