Julia 1.13 highlights (julialang.org)
zuluonezero 5 hours ago
mulderc 4 hours ago
shevy-java 4 hours ago
AI seems to have changed how people find and use new languages. The influx of new people kind of ... died down for many older languages here.
throwaway894345 3 hours ago
eggy 3 hours ago
niccl 2 hours ago
I don't know what your invesitgation covers, but a long time ago (2009) someone [0] did an interesting visual comparison of languages. sadly now it seems it's only available at archive.org [1], but I've often gone back to it, partly because it's such an elegant way of looking at some aspects of different languages.
0: http://blog.gmarceau.qc.ca 1: https://web.archive.org/web/20100412073334/http://blog.gmarc...
eigenspace 4 days ago
Still though, faster GC, lower startup latency, better interrupt handling, new REPL features, and faster package mangement are all great things. I'm especially happy that the `[sources]` section of a package is now applied recursively when you `add` a non-registered package.
pjmlp 6 hours ago
I think it is perfectly fine that Julia folks take their time as well.
MarkusQ 5 hours ago
postflopclarity 5 hours ago
1.13 is, to-date, the release with the fastest startup times. and AOT compilation continues to be a serious priority for upcoming releases
rtpg 3 hours ago
This one in particular I feel like we are inching towards in Python land. I had some really interesting convos from people who really want forking to "just work" and get actual memory savings, because a lot of code is really going to be in memory forever and if we can opt out of refcount work that'd be great
brudgers 2 days ago