An editor has nominated this article for deletion. You are welcome to participate in the deletion discussion, which will decide whether or not to retain it. |
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 free, high-level, high-performance[citation needed] dynamic programming language for technical computing, with syntax intended to be familiar to users of other technical computing environments, such as Matlab. It provides a 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 |