Julia (programming language)

This is an old revision of this page, as edited by AnomieBOT (talk | contribs) at 09:30, 16 June 2012 (Dating maintenance tags: {{Cn}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 appeared2009
Stable release
none
Preview release
0-prerelease [1]
PlatformGNU/Linux, Darwin OS/X and FreeBSD[2]
LicenseMIT License, GPL, LGPL and BSD license
Websitejulialang.org

References

  1. ^ "Julia last version".
  2. ^ Julia programming language readme at Github
  3. ^ "Julia Official Website".