Archive for July, 2016

Using Julia to Interact with Mathematica

Written by on July 22, 2016 in Julia, Mathematica, Programming with 0 Comments
Using Julia to Interact with Mathematica

Mathematica is a powerful environment for symbolic and numerical computation. I have been using it for many years now. In this post I had explained how we can use Mathematica bundled with Raspberry distribution to control littleBits devices. When I saw that there is support in Julia for interacting with Mathematica, I decided to investigate it […]

Continue Reading

Multimethods in Julia

Written by on July 7, 2016 in Julia, Programming with 0 Comments
Multimethods in Julia

I got interested in Julia programming language quite recently, primarily because of a project involving image processing and machine learning. The language is still evolving, but already has a rich set of features and a good collection of external libraries covering many areas. One of the highlights of the language is its highly optimised code generation, […]

Continue Reading

Top