forked from ORIE4741/demos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
text.txt
5 lines (5 loc) · 817 Bytes
/
text.txt
1
2
3
4
5
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 Jupyter and Julia communities, provides a powerful browser-based graphical notebook interface to Julia.