How an MIT research project became the Julia programming language

48 points - last Monday at 8:26 AM

Source

Comments

maxall4 today at 3:21 AM
I really want to like Julia. It has a nice type system, a good ecosystem, reasonable syntax, and it’s far faster than Python. But there are several issues with its DX that prevent me from using it: the most severe of which being the complete lack of a cache for the JIT (or JIT like system), inducing multi second compile times for scripts that run in <100ms. There are some external packages that try to solve this issue, but they are far from first-party quality, and, in my experience, are quite buggy.

(I last tried Julia a few years ago; perhaps this has been improved since?)

ashton314 today at 4:28 AM
Julia is my go-to when I need a fast language that I can reason about in a functional way. The type system is fine, the pattern matching is pretty darn good, the metaprogramming story could be significantly better but it’s not bad and boy howdy it’s fast. So stinking fast.
deleted today at 3:45 AM
Alien1Being today at 3:37 AM
Thought that it would be about Lisp....
bretnach today at 4:38 AM
Yet another example of MIT taking far too much credit for something...
xuchenyi today at 3:57 AM
[flagged]
muragekibicho today at 3:34 AM
Julia uses 1-based indexing. It's competes with R and Matlab for the same set of users. Both R and Julia have their core functions written in C++. Absolutely nothing new.

From my experience, grad students use Julia when their PI thinks a new programming language will help differentiate their next NSF proposal among vast funding requests.