November 2009
1 post
Clojure + Mathematica
A few people asked how I wrote a webapp using Clojure with Mathematica. The solution is actually quiet simple - Clojure runs on JVM and Java interop (ability to call any Java libraries) works great. Mathematica provides a J/Link Toolkit that allows you to control the Math kernel from Java.
Why Clojure?
You could also use Java and link to Mathematica, but Clojure has the advantages of a...