Julia Programming Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
A [[Julia Programming Language]] is a [[high-level programming language|high-level]], [[high-performance programming language|high-performance]] [[dynamic programming language|dynamic programming language]] for [[technical computing]] developed at [[MIT]].
A [[Julia Programming Language]] is a [[high-level programming language|high-level]], [[high-performance programming language|high-performance]] [[dynamic programming language|dynamic programming language]] for [[technical computing]] developed and stewarded by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors.
* <B>Context:</B>
* <B>Context:</B>
** It can be used as a [[Data Analysis Language]].
** It can (often) be used as a [[Data Analysis Language]].
** It can (typically) be an [[Interpreted Programming Language]].
** It can be associated with [[Julia Code]] in a [[Julia Program]], with: [[Julia Variable]]s, [[Julia Data Structure]]s, [[Julia Conditional Statement]]s, etc.
** It can support several [[Julia Built-in Data Type]]s.
* <B><U>Example(s)</U>:</B>
** [[Julia v0.2.1]]
* <B>Counter-Example(s):</B>
* <B>Counter-Example(s):</B>
** [[Python Language]].
** [[Python Language]].
** [[MATLAB Language]].
** [[MATLAB Language]].
** [[Scheme Language]].
** [[R Language]].
** [[R Language]].
* <B><U>See:</U></B> [[Fortran]], [[C++]].
* <B><U>See:</U></B> [[Perl]], [[Fortran]], [[Octave]], [[Mathematica]], [[IJulia]].
----
----
----
----

Revision as of 21:23, 2 August 2014

A Julia Programming Language is a high-level, high-performance dynamic programming language for technical computing developed and stewarded by Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors.



References

2012


  • http://strata.oreilly.com/2012/10/matlab-r-julia-languages-for-data-analysis.html
    • Julia’s weakness, however, is its libraries. R has CRAN, certainly the most impressive collection of statistical libraries available anywhere. MATLAB also has a wide range of toolboxes available, for a price. Julia also lacks a rich development environment, like RStudio, and has only rudimentary support for plotting, which is a pretty critical part of most exploratory data analysis.