This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. (April 2012) |
Julia is a high-level, high-performance dynamic programming language for technical computing, with syntax intended to be familiar to users of other technical computing environments. It provides a sophisticated compiler, distributed parallel execution, numerical accuracy, and an extensive mathematical function library. The library, mostly written in Julia itself, also integrates C and Fortran libraries for linear algebra, random number generation, FFTs, and string processing. More libraries continue to be added over time. Julia programs are organized around defining functions, and overloading them for different combinations of argument types (which can also be user-defined).[3]
Julia | |
---|---|
First appeared | 2009 |
Stable release | none
|
Preview release | 0-prerelease [1]
|
Platform | GNU/Linux, Darwin OS/X and FreeBSD[2] |
License | MIT License, GPL, LGPL and BSD license |
Website | julialang |