Jump to content

Julia (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Omarkonsul (talk | contribs) at 20:01, 20 February 2012 (Creating the first page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Julia
First appeared2009
Stable release
none
Preview release
0-prerelease[1]
Websitejulialang.org

[[Julia (programming language)| Julia] is a high-level, high-performance dynamic programming language for technical computing, with syntax that is 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 mature, best-of-breed 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).[2]

References

  1. ^ "Julia last version".
  2. ^ "Julia Official Website".