How an MIT research project became the Julia programming language
news.mit.edu - 59 poäng - 12 kommentarer - 336505 sekunder sedan
Kommentarer (8)
- maxall4 - 9183 sekunder sedanI 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 - 5140 sekunder sedanJulia 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.
- - 7740 sekunder sedan
- Alien1Being - 8244 sekunder sedanThought that it would be about Lisp....
- muragekibicho - 8388 sekunder sedanJulia 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.
- bretnach - 4594 sekunder sedanYet another example of MIT taking far too much credit for something...
- drnick1 - 720 sekunder sedan[dead]
- xuchenyi - 7034 sekunder sedan[flagged]
Nördnytt! 🤓