TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Julia 1.10

192 pointsby CoreyFieldensover 1 year ago

8 comments

ChrisRackauckasover 1 year ago
The load time improvements are amazing. Thanks to everyone that was involved. I&#x27;ve been using it locally for months now simply because of this feature and I had to update my &quot;how to deal with compile-time&quot; blog post (<a href="https:&#x2F;&#x2F;sciml.ai&#x2F;news&#x2F;2022&#x2F;09&#x2F;21&#x2F;compile_time&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sciml.ai&#x2F;news&#x2F;2022&#x2F;09&#x2F;21&#x2F;compile_time&#x2F;</a>) to basically say system images really aren&#x27;t needed anymore with these improvements. With that and the improvements to parallel compilation I tend to not care about &quot;first time to X&quot; anymore. To me it&#x27;s solved and I&#x27;m onto other things (though I personally need to decrease the precompilation time of DifferentialEquations.jl, but all of the tools exist in v1.10 and that&#x27;s on me to do, ya&#x27;ll have done your part!).<p>Additionally:<p>* Parser error messages are clearer<p>* Stack traces are no longer infinitely long! They are good and legible!<p>* VS Code auto-complete stuff is snappier and more predictive (might be unrelated, but is a recent improvement in some VS Code things)<p>Altogether, I&#x27;m pretty happy with how this one shaped up and am looking forward to static compilation and interfaces being the next big focus areas.
评论 #38789341 未加载
评论 #38785898 未加载
评论 #38785837 未加载
评论 #38785535 未加载
LudwigNagasenaover 1 year ago
I used Julia to build a macroeconomic model (DSGE-VAR) during my econ studies. I liked the conceptual decisions and the language per se (ie as a spec), but DX was quite bad: low discoverability of features and proper typings, clunky metaprogramming, long compilation times, impossibility of struct redefinitions in REPL. My interest died pretty fast because of it.
评论 #38786381 未加载
评论 #38787833 未加载
NeuroCoderover 1 year ago
Just realized that these release notes are missing added support for public use of atomic pointer ops. Julia has had support for atomic operations for a while in various forms but now users can use `unsafe_load`, `unsafe_store!`, `unsafe_swap!`, `unsafe_replace!`, and `unsafe_modify!` with an `order` argument.
baldfatover 1 year ago
I like R and used it two ways. 1) Scheme-like functionalish 2) Tiddyverse and found Julia to be a lot of talk but seemed clunky to me.
评论 #38785153 未加载
评论 #38792674 未加载
评论 #38797864 未加载
评论 #38788281 未加载
chestertnover 1 year ago
Im not sure if Julia will ever take off. Right now there are huge investments in the AI space and Julia has no presence in those.
评论 #38784949 未加载
评论 #38785278 未加载
评论 #38785864 未加载
评论 #38786884 未加载
评论 #38786136 未加载
评论 #38784810 未加载
评论 #38785998 未加载
评论 #38784886 未加载
singularity2001over 1 year ago
are my main concerns resolved:<p>• Hello World 200 MB ?<p>• discoverability of functions:<p><pre><code> object.fun&lt;tab&gt; =&gt; fun(object) in REPL &#x2F; IDE? </code></pre> object.&lt;tab&gt; =&gt; List of applicable functions?
评论 #38785800 未加载
评论 #38785453 未加载
评论 #38801202 未加载
jszymborskiover 1 year ago
Out of curiosity, how&#x27;s the state of DL for Julia.<p>Can I use PyTorch or JAX comfortably in Julia?
评论 #38786196 未加载
评论 #38785874 未加载
评论 #38787821 未加载
评论 #38785954 未加载
评论 #38787116 未加载
NooneAtAll3over 1 year ago
&gt; tanpi is now defined. It computes tan(πx) more accurately than `tan(pix)` (#48575).<p>unescaped * caused website to italise text between formulas