Julia
- Date: April 3, 2012 from 10:30AM to 11:15AM
- Day 2
- Speakers: Jeff Bezanson, Stefan Karpinski
- 14,746 Views
- 6 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
SlidesJulia 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.
Already have a Channel 9 account? Please sign in
Follow the Discussion
Excellent! Will we get some Julia-on-Windows-demo love?
We've got an experimental Win32 port of Julia, so, yes, it's entirely possible :-). A million thanks to Keno Fischer for putting in all the hard work to port Julia to Win32. His work has been amazing — the port wouldn't have happened without it.
The first Windows build is available here:
https://github.com/downloads/JuliaLang/julia/julia-package.zip
Here is my IMHO (only IMHO:)
you did one design error - repeat this kind of error as Python: all functions like eye(), ones(), zeros() and many-many other (from Matlab) should be available only from import module (in isolated namespace/module). There were many builtins functions in Python like thees, and after all GvR removed them into its' own modules (except very general of them).
Language is very interesting, but one question: is Julia only for mathematic or for any, common tasks (GUI, database, Web, sockets, etc.) - what are the plans for Julia?
All right! Thanks Stefan and Viral!
(and most importantly Keno!)
Remove this comment
Remove this thread
close