Comment on Programming languages to watch: LiveScript, Julia, ElixirparentComments−ihnorton13yit has vastly fewer libraries than Scipy and RThe incredible PyCall.jl package allows use of existing Python libraries from Julia with automatic object translation, including no-copy use of NumPy arrays:https://github.com/stevengj/PyCall.jlThere is also heavy work on a Julia IPython kernal, which is under testing right now and very close to release.
Comments
it has vastly fewer libraries than Scipy and R
The incredible PyCall.jl package allows use of existing Python libraries from Julia with automatic object translation, including no-copy use of NumPy arrays:
https://github.com/stevengj/PyCall.jl
There is also heavy work on a Julia IPython kernal, which is under testing right now and very close to release.