Julia
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |released=2011 }} '''Julia''' is a programming language intended (as are some others) to combine the best feat...") |
Dan Tobias (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
− | |released= | + | |released=2012 |
+ | |extensions={{ext|jl}} | ||
}} | }} | ||
'''Julia''' is a programming language intended (as are some others) to combine the best features of many other programming languages. Its features include support for parallel execution (such as through cloud computing), where you can tell the program to launch an arbitrary number of forks, which get distributed to any available systems and then their results recombined. | '''Julia''' is a programming language intended (as are some others) to combine the best features of many other programming languages. Its features include support for parallel execution (such as through cloud computing), where you can tell the program to launch an arbitrary number of forks, which get distributed to any available systems and then their results recombined. |
Latest revision as of 01:58, 8 February 2014
Julia is a programming language intended (as are some others) to combine the best features of many other programming languages. Its features include support for parallel execution (such as through cloud computing), where you can tell the program to launch an arbitrary number of forks, which get distributed to any available systems and then their results recombined.