Julia (programming language): Difference between revisions

Content deleted Content added
No edit summary
Make less advertisy
Line 9:
| latest_preview_version = 0-prerelease <ref>{{cite web |url=https://github.com/JuliaLang/julia/blob/master/VERSION|title= Julia last version}}</ref>}}
 
'''Julia''' is a high-level, high-performance dynamic [[programming language]] for technical computing, with syntax thatintended isto 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 mature, best-of-breed [[C programming language|C]] and [[Fortran]] libraries for [[linear algebra]], [[random number]] generation, [[Fast Fourier transform|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).<ref>{{cite web |url=http://julialang.org/|title=Julia Official Website}}</ref>
 
== References ==