1.000-beta-8
Julia bindings for Clojure and the JVM.
Topics
Namespaces
libjulia-clj.java-api
Java Users - Use the -aot postfixed version of the jar on clojars. Then import
libjulia_clj.java_api
. Each method in this namespace is exposed as a public static
method on the java_api class so for instance -initialize
is exposed as:
Public variables and functions:
libjulia-clj.julia
Public API for Julia functionality. Initialize! must be called before any other functions and there are a choice of garbgage collection mechanisms (see topic in docs). is probably a bad idea to call Julia from multiple threads so access to julia should be from one thread or protected via a mutex.
Public variables and functions: