So, what do you think of Julia language? It only came out a couple of years ago but it's getting popular.
It is a dynamically typed language but it has a very powerful type system and a JIT, so you can write code that has close to the speed of C code. It has multiple dispatch and with the type system, you can write generic functions really easily. It has lisp style macros, parallelism, and threads. And it can interface with C and Python really easily.
I'm pretty excited for this language. Hoping it will at least replace Python in the scientific community. What do you guys think?