julia¶
Description¶
Julia is a flexible dynamic language, appropriate for scientific and numerical computing, with performance comparable to traditional statically-typed languages. One can write code in Julia that is nearly as fast as C. Julia features optional typing, multiple dispatch, and good performance, achieved using type inference and just-in-time (JIT) compilation, implemented using LLVM. It is multi-paradigm, combining features of imperative, functional, and object-oriented programming.
Versions¶
Bell: 1.7.1, 1.8.1
Brown: 1.7.1
Gilbreth: 1.7.1, 1.8.5
Negishi: 1.8.5
Anvil: 1.6.2
Module¶
You can load the modules by:
module load julia