Julia:
Julia:
but it is not necessary to talk about types
has multiple dispatch: functions specialised on the types of their arguments
Julia:
most of the standard library is implemented in Julia itself
avoids the infamous "two-language problem"
"users are developers"
From the REPL (Read--Eval--Print Loop):
julia
Inside IJulia (IPython interface with Julia kernel):
ipython notebook --profile julia
Julia manual: http://julia.readthedocs.org/en/latest/manual
julia-users mailing list: https://groups.google.com/forum/#!forum/julia-users
In [ ]:
;ipython nbconvert Why\ Julia.ipynb --to slides --post serve