Advertisement
Advertisement
β‘ Community Insights
Discussion Sentiment
80% Positive
Analyzed from 225 words in the discussion.
Trending Topics
#julia#lisp#written#system#far#cache#jit#run#experience#matlab
Discussion Sentiment
Analyzed from 225 words in the discussion.
Trending Topics
Discussion (7 Comments)Read Original on HackerNews
(I last tried Julia a few years ago; perhaps this has been improved since?)
Secret mode: ./julia β-lisp
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.
imo this isn't really a good summary. Julia is one of the 3 languages to have done an exascale HPC run https://arxiv.org/pdf/2309.10292v1 (Fortran and C are the other 2). Some parts of the compiler are written in c++ (the llvm interface), but doing codegen with llvm is much more similar to C/Rust/Fortran than R/Matlab