Julia is:
So, Julia
is fast (~2-3x C speed)
solves the infamous two-language problem
Most of the standard library is implemented in Julia itself
"Users are developers"
Julia:
but it is not necessary to talk about types
has multiple dispatch: functions specialised on the types of their arguments
Julia is:
open source
free
MIT license (allows commercial use)
developed by a worldwide community
Julia is:
Julia is:
From the REPL (Read--Eval--Print Loop):
julia
Inside IJulia notebook (Jupyter notebook with Julia kernel):
ipython notebook