Lang.NEXT Announcement

24 March 2012 | Stefan Karpinski

Jeff and I will be giving a presentation on Julia at the upcoming Lang.NEXT conference, a gathering of "programming language design experts and enthusiasts" featuring "talks, panels and discussion on leading programming language work from industry and research." We are honored and excited to have been invited to speak at an event alongside so many programming language luminaries.

Abstract:

Julia is a dynamic language in the tradition of Lisp, Perl, Python and Ruby. It aims to advance expressiveness and convenience for scientific and technical computing beyond that of environments like Matlab and NumPy, while simultaneously closing the performance gap with compiled languages like C, C++, Fortran and Java.

Most high-performance dynamic language implementations have taken an existing interpreted language and worked to accelerate its execution. In creating Julia, we have reconsidered the basic language design, taking into account the capabilities of modern JIT compilers and the specific needs of technical computing. Our design includes:

Julia feels light and natural for data exploration and algorithm prototyping, but has performance that lets you deploy your prototypes.

Update: You can see the slides for our talk here. Video of the presentation is available here.