Julia (programming language)

This is an old revision of this page, as edited by 37.55.72.80 (talk) at 20:52, 4 March 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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]

Julia
First appeared2009
Stable release
none
Preview release
0-prerelease [1]
Websitejulialang.org

References

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