Difference between revisions of "Julia"

From air
Jump to navigation Jump to search
 
Line 6: Line 6:
   
 
=See also=
 
=See also=
* Le langage [[Julia]] : Rémi Savary, [[VT2017_Julia|Fiche de synthèse]], [[Media:VT2017_Julia_RémiSAVARY_presentation.pdf‎|Transparents]], [https://github.com/YYYZZZ/XXX_Demo_VT2017|Code source démo]
+
* Le langage [[Julia]] : Rémi Savary, [[VT2017_Julia|Fiche de synthèse]], [[Media:VT2017_Julia_RémiSAVARY_presentation.pdf‎|Transparents]]

Latest revision as of 11:20, 18 December 2017

http://julialang.org/

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. Julia’s Base library, largely written in Julia itself, also integrates mature, best-of-breed open source C and Fortran libraries for linear algebra, random number generation, signal processing, and string processing. In addition, the Julia developer community is contributing a number of external packages through Julia’s built-in package manager at a rapid pace. IJulia, a collaboration between the IPython and Julia communities, provides a powerful browser-based graphical notebook interface to Julia.

Try IJulia with https://www.juliabox.org/

See also