Julia 1.6 Highlights
julialang.org
Julia 1.6 Highlights
1–10 of 224 posts
Re: Julia 1.6 Highlights
#2Re: Julia 1.6 Highlights
#3The feature I'm most excited about is the parallel — and automatic — precompilation. Combined with the iterative latency improvements, Julia 1.6 has far fewer coffee breaks.
Re: Julia 1.6 Highlights
#4Re: Julia 1.6 Highlights
#5Will there be an M1 Mac version for 1.7?
Re: Julia 1.6 Highlights
#6Re: Julia 1.6 Highlights
#7Cool, I was thinking of downloading the RC, the demo was so impressive. Will there be an M1 Mac version for 1.7?
> `git clone https://github.com/JuliaLang/julia` and `make` should be enough at this point.
https://github.com/JuliaLang/julia/issues/36617#issuecomment...
Re: Julia 1.6 Highlights
#8The feature I'm most excited about is the parallel — and automatic — precompilation. Combined with the iterative latency improvements, Julia 1.6 has far fewer coffee breaks.
or sword fights https://xkcd.com/303/
Re: Julia 1.6 Highlights
#9Re: Julia 1.6 Highlights
#10Is there a per-project way to manage dependencies yet? I find global package installation to be the biggest weakness of all the R projects out there. Anaconda can help, but it’s not widely used for R projects. And Docker... well, don’t get me started.