Julia 1.13 highlights(julialang.org)
239 points by eigenspace 3 days ago | 29 comments
tl;dr: Julia 1.13 delivers ~30% faster package precompilation and ~20% faster startup than 1.12, plus dramatically faster full GC by skipping never-freed sysimage/package-image objects during marking (e.g., 35ms → 2ms in a bare session). The REPL gains built-in syntax highlighting and fzf-style history search, hashing switches to Rapidhash for major speedups, and scheduler fixes restore reliable Ctrl-C interrupts. Pkg gets a faster resolver, zstd downloads by default, and prefers already-loaded package versions to avoid needless recompilation; Juliaup also ships a new GUI.
HN Discussion:
  • Julia feels intuitively 'right' and is the most enjoyable language to work with
  • This is an iterative polish release but the performance and REPL improvements are still welcome
  • ~Julia's ecosystem has issues with notebook fragmentation and over-reliance on GitHub/GitLab
  • ~Julia's adoption is held back by sparse learning resources and lack of a dedicated IDE
  • ~Startup time remains a barrier to using Julia in many use cases