Julia

Another young language that’s seeing a rise in popularity, Julia is a high-level and dynamic programming language. It can work well for a wide array of projects but most of its features are a better fit for computational science. Additionally, Julia includes libraries for linear algebra, regular expression matching, and floating-point calculations, which makes it obvious that it’s a great choice for developers working with numerical analysis. 

Julia is a high-level, high-performance, dynamic programming language. While it is a general-purpose language and can be used to write any application, many of its features are well suited for numerical analysis and computational science.Distinctive aspects of Julia's design include a type system with parametric polymorphism in a dynamic programming language; with multiple dispatch as its core programming paradigm.