Julia 1.10 released

Post Syndicated from jake original https://lwn.net/Articles/956456/

The Julia programming language project has released Julia v1.10. It is mainly a performance release, with only two new language features mentioned in the release notes: “JuliaSyntax.jl is now used as the default parser, providing better diagnostics and faster parsing.” and the addition of two Unicode symbols for use as binary operators: “⥺ (U+297A, \leftarrowsubset) and ⥷ (U+2977, \leftarrowless)“. Package-loading time has been improved further and the mark phase of garbage collection has been parallelized, among other improvements.