Content deleted Content added
TexasAndroid (talk | contribs) Long Comment |
Mattsenate (talk | contribs) creates page, with sources (including Network World magazine), and basic info, links to official Julia programming language website |
||
Line 1:
{{Infobox programming language
| name = Julia
| logo = [[File:Julia (programming language) logo.png|200px|Official Julia logo]]
| paradigm =
| year = 2012
| designer = Jeff Bezanson, Stefan Karpinski, Viral B. Shah, Alan Edelman
| developer =
| latest_release_version =
| typing =
| implementations = C, Fortran, Julia
| dialects =
| influenced_by = [[MATLAB]], [[Octave]], [[R (programming language) | R], [[SciPy (python)]], and [[SciLab]]
| operating_system = [[Cross-platform]]
| license = [[MIT License]]
| website = [http://www.julialang.org julialang.org]
| file_ext = .jl
}}
'''Julia''' is a [[high-level programming language]] written specifically for high-performance [[dynamic programming]], relevant for technical and [[scientific computing]].<ref>{{cite web|title=The Julia Language (Official Webste)|url=http://julialang.org/}}</ref> The primary distribution of Julia is written in [[C (programming language)| C]], [[Fortran]], and Julia itself.<ref>{{cite web|title=Julia: A Fast Dynamic Language for Technical Computing|url=http://julialang.org/images/julia-dynamic-2012-tr.pdf}}</ref> Julia was initially released in 2012.<ref>{{cite web|title=Official Julia Blog|url=http://julialang.org/blog/|accessdate=7 February 2013}}</ref> <ref>{{cite web|last=Mark|first=Gibbs|title=Pure and Julia are cool languages worth checking out|url=http://www.networkworld.com/columnists/2013/010913-gearhead.html|work=Network World|accessdate=7 February 2013}}</ref>
==See also==
* [[R (programming language)]]
* [[C (programming language)]]
==References==
{{Reflist}}
==Further reading==
* [http://docs.julialang.org/en/latest/manual/ The Official Julia Manual]
|