LWN: Comments on "New horizons for Julia" https://lwn.net/Articles/1006117/ This is a special feed containing comments posted to the individual LWN article titled "New horizons for Julia". en-us Mon, 15 Sep 2025 11:32:22 +0000 Mon, 15 Sep 2025 11:32:22 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Distributions https://lwn.net/Articles/1012255/ https://lwn.net/Articles/1012255/ zimoun <div class="FormattedComment"> Hum, I would like to mitigate a bit. :-)<br> <p> First, I find surprising that on one hand, LWN covers Reproducible Builds and Supply Chain attack and on the other hand, kind of promote an anti-pattern as `juliaup`. Somehow, that's because downstream distribution and third-party are not able to fully audit that some supply chain attacks pop up here or here, IMHO.<br> <p> Second, as one packager of Julia for Guix, the pin-pointed message #32639 does not appear fully accurate. The issue is not about their own Julia patched libraries -- in Guix, we include them as `llvm-julia` or `libuv-julia` etc. -- the real issue is that Julia upstream does not really care about downstream distribution. Somehow, Julia upstream (kind of) promotes: our binaries or nothing -- as you wrote :-) --; so see first point above. ;-)<br> <p> That's said, Julia is a great programming language. And I always enjoy LWN's cover of Julia, very good job. Thank you!<br> </div> Thu, 27 Feb 2025 18:13:35 +0000 Distributions https://lwn.net/Articles/1009344/ https://lwn.net/Articles/1009344/ anton I use mutt, pandoc, and latex from Debian oldstable, and I find them useful. Of course they do not offer newer features, but that does not make the old versions useless. If you think that the current upstream version of mutt, pandoc, and latex are useful, why would they become useless in the future? <p>OTOH, the Debian package maims gforth by deleting the manual (they do not put it into non-free or something, they just do not distribute it at all). This makes Debian's Gforth distribution mostly useless without internet access; ok, not completely useless: It still can be used for building upstream Gforth from git (but there are frequent snapshot tarballs of upstream Gforth, so that benefit is small). Thu, 13 Feb 2025 08:55:02 +0000 Julia for embedded and realtime applications https://lwn.net/Articles/1008387/ https://lwn.net/Articles/1008387/ leephillips <p>This appeared a few days ago on the arXiv:</p> <p><a href="https://arxiv.org/abs/2502.01128">“C-code generation considered unnecessary: go directly to binary, do not pass C. Compilation of Julia code for deployment in model-based engineering”</a></p> <p>It’s all about using the <code>juliac</code> compilation script described in this article to create small, fast binaries suitable for embedded and realtime deployments.</p> Thu, 06 Feb 2025 21:16:02 +0000 Distributions https://lwn.net/Articles/1008219/ https://lwn.net/Articles/1008219/ aragilar <div class="FormattedComment"> It been out of Debian-based distros for a few years now.<br> </div> Thu, 06 Feb 2025 10:59:10 +0000 Distributions https://lwn.net/Articles/1008130/ https://lwn.net/Articles/1008130/ stephanlachnit <div class="FormattedComment"> I agree that for some software, package managers are not the best way to get it anymore. Like GUIs (use flatpak) Rust crates (use cargo) or even most Python packages (use pip).<br> <p> But this is not true for the core languages. It would be horrible for user friendlyness if GCC or Python itself are not available in most distributions. It is already not ideal for Rust.<br> <p> Sure, developers can and will use more upstream compiler / interpreter version, but if you get started or just want to compile / use software X, this should not be a requirement. This is where Julia fails.<br> <p> I can even understand, that they complain about broke distro builds. But it is an entirely self-made problem: Julia's developer don't understand or don't want to understand how distros work, why their build system and bundling is horrible, and how that leads to broken builds. Almost every other relevant langauges manages to get the core language components in all major distros. Most even care about it. Except Julia.<br> </div> Wed, 05 Feb 2025 19:48:12 +0000 Distributions https://lwn.net/Articles/1007928/ https://lwn.net/Articles/1007928/ leephillips <div class="FormattedComment"> To install Julia, go to <a href="https://julialang.org/">https://julialang.org/</a>, click on the big green Download button, and follow the instructions.<br> </div> Tue, 04 Feb 2025 19:01:24 +0000 Distributions https://lwn.net/Articles/1007836/ https://lwn.net/Articles/1007836/ ballombe <div class="FormattedComment"> So you neither use distribution binaries nor compile them from source ?<br> What are you advising to do then ?<br> </div> Tue, 04 Feb 2025 18:29:32 +0000 Distributions https://lwn.net/Articles/1007769/ https://lwn.net/Articles/1007769/ leephillips <div class="FormattedComment"> You are brave. I’ve never tried compiling Julia from source.<br> <p> An explanation for at least some of the patched dependencies (mentioned in the Github issue I linked in a previous comment) is the circumstance that the Julia project uses patched versions of several libraries, most notably LLVM itself, to which it has contributed many improvements and fixes. <br> </div> Mon, 03 Feb 2025 23:40:59 +0000 Distributions https://lwn.net/Articles/1007740/ https://lwn.net/Articles/1007740/ wjb <div class="FormattedComment"> I've been trying Julia recently and thought I'd try building it from scratch, then started to wonder how that worked and fell in a rabbit hole.<br> <p> It's got a hellish build, or if I'm being kind, "fragile". All done with make, the makefile's all follow a pattern (which is good I suppose), but they are hard to follow (yes I know that's my problem) and the header-&gt;object dependencies are detailed &amp; explicit (which makes me think they're generated, there's no actual sign of that but I'd hate to think they're maintained manually). Also lots of bundled/patched/forked dependencies, which makes me uncomfortable because "why?".<br> </div> Mon, 03 Feb 2025 21:39:44 +0000 I prefer Python for GUI work. https://lwn.net/Articles/1007729/ https://lwn.net/Articles/1007729/ ccchips <div class="FormattedComment"> I always like to try and get Tk working when I try a computer language. The Tk that has been built for Julia is not working as I would epect, and I don't see much interest in fixing it. Python is still my favorite language for GUI programming in a scripted environment.<br> <p> There are visualization tools for Julia, but I haven't got to them yet.<br> </div> Mon, 03 Feb 2025 20:40:45 +0000 Distributions https://lwn.net/Articles/1007696/ https://lwn.net/Articles/1007696/ jzb <p>I'm not sure <em>useless</em> is a, well, useful term here. Perhaps what you mean to say is that packages from the distribution are older than you or other users would prefer, or that they may be altered in some way that is less optimal for some or many users&mdash;for example, those who depend on / want a vanilla upstream version/experience.</p> <p>If that is what's meant, I don't think that's controversial at all. I am quite happy to get the bulk of my software from my distribution of choice, but I do compile certain things (e.g., <tt>aerc</tt>) from source because I want the very, very latest as it's still pretty new and fixes and features land regularly. OTOH, I am not going to bother to compile VLC, Foliate, Pandoc, or <tt>ffmpeg</tt> myself unless there's a really good reason.</p> Mon, 03 Feb 2025 18:14:14 +0000 Distributions https://lwn.net/Articles/1007692/ https://lwn.net/Articles/1007692/ leephillips <div class="FormattedComment"> I admit that an out-of-date package might not be useless, and in fact I use some of them where it doesn’t matter to me whether I have a recent release. But my statement is still true, that “packages from distributions are so often useless”.<br> <p> <p> </div> Mon, 03 Feb 2025 17:43:08 +0000 Distributions https://lwn.net/Articles/1007688/ https://lwn.net/Articles/1007688/ ballombe <div class="FormattedComment"> This is different.<br> They tell you how to get the latest version, they do not tell you that you should not use distro version.<br> (it should be noted that lot of linux users are running very old LTS release like Ubuntu 18.04 which can be annoying to upstream, but it is not the distributions fault).<br> <p> Mutt<br> "Figure out if you have a mutt installed already by entering "mutt -v" at the prompt. If you have none yet, or the displayed configuration doesn't suit your needs, grab the source from <a href="http://www.mutt.org/download.html">http://www.mutt.org/download.html</a> and "do it yourself": install mutt."<br> <p> DWN<br> "Because dwm is customized through editing its source code, it's pointless to make binary packages of it. This keeps its userbase small and elitist. No novices asking stupid questions. There are some distributions that provide binary packages though."<br> <p> <p> PANDOC<br> "Check whether the pandoc version in your package manager is not outdated. Pandoc is in the Debian, Ubuntu, Slackware, Arch, Fedora, NixOS, openSUSE, gentoo and Void repositories."<br> <p> <p> LaTex<br> "Check your Linux distributions software source for a TeX distribution including LaTeX. You can also install the current TeX Live distribution directly---in fact this may be advisable as many Linux distributions only contain older versions of TeX Live, see Linux TeX Live package status for details."<br> </div> Mon, 03 Feb 2025 17:35:01 +0000 Distributions https://lwn.net/Articles/1007691/ https://lwn.net/Articles/1007691/ jond <blockquote>But this sort of thing is extremely common, because packages from distributions are so often useless.</blockquote> This framing is disingenuous. The mutt package, to pick your example, is obviously not useless; it’s widely used by many people. I used it myself for at least 20 years. I’m sure that you’re right, the upstream maintainer would prefer I used a more recent release, but that’s a different matter from the older version being useless. Mon, 03 Feb 2025 17:29:09 +0000 Distributions https://lwn.net/Articles/1007690/ https://lwn.net/Articles/1007690/ jond <blockquote>And that's how it SHOULDN'T be. Would you want your car serviced at the local garage by an unsupervised apprentice?</blockquote> I don’t like this analogy because it presumes there is only one field of expertise that matters. I fully accept that the developers of a program are the experts in that domain; but packaging itself (and distribution specific facets) are another relevant domain entirely, which upstream developers rarely are expert in. I agree there’s a problem here. But the way you’ve presented it I think misses important nuances. Mon, 03 Feb 2025 17:26:54 +0000 Distributions https://lwn.net/Articles/1007681/ https://lwn.net/Articles/1007681/ Wol <div class="FormattedComment"> Okay, this story is many years old (I don't know how long I've been using gentoo, but it's a LOT of years), the reason I switched to gentoo was because I was running the latest SUSE, the latest distro version of lilypond, and for whatever reason I needed a much newer version of lilypond.<br> <p> Cheers,<br> Wol<br> </div> Mon, 03 Feb 2025 16:22:00 +0000 Distributions https://lwn.net/Articles/1007676/ https://lwn.net/Articles/1007676/ leephillips <p>“Any free software project that posts this kind of "warnings" earns my immediate distrust”</p> <hr> <p>But this sort of thing is extremely common, because packages from distributions are so often useless.</p> <p>Just looking at some of the free software I use every day:</p> <p>The Mutt (the email client I use) official wiki <a href="https://gitlab.com/muttmua/mutt/-/wikis/MuttGuide/Setup">instructs</a> users to install by downloading the source from mutt.org and compiling.</p> <p><a href="https://dwm.suckless.org/">Dwm</a> (the window manager I use) tells users to download source and install, pointing out that it would be “pointless” to distribute binary packages.</p> <p>Pandoc <a href="https://pandoc.org/installing.html">recommends</a> downloading from pandoc.org to get a recent version.</p> <p>LaTeX: they <a href="https://www.latex-project.org/get/">mention</a> that distribution packages are typically out of date and direct users to download from the project.</p> Mon, 03 Feb 2025 16:00:55 +0000 Distributions https://lwn.net/Articles/1007655/ https://lwn.net/Articles/1007655/ Wol <div class="FormattedComment"> <span class="QuotedText">&gt; &gt; Such packages are typically put together by people involved with the distributions, not the developers of the packaged software.</span><br> <p> <span class="QuotedText">&gt; And that's how it should be.</span><br> <p> And that's how it SHOULDN'T be. Would you want your car serviced at the local garage by an unsupervised apprentice?<br> <p> IF (unlikely) I ever get any software of mine into a mainstream distro, I would consider it very important that I provide up-to-date build options for any distributions of importance to me. Probably Gentoo, SUSE, Slackware. I would expect any collaborators to do the same for distributions of importance to them.<br> <p> Expecting people who aren't involved with the software (*especially* if it's under active and rapid development) to package it is just asking for something to go wrong.<br> <p> Cheers,<br> Wol<br> </div> Mon, 03 Feb 2025 15:41:33 +0000 Distributions https://lwn.net/Articles/1007643/ https://lwn.net/Articles/1007643/ intelfx <div class="FormattedComment"> <span class="QuotedText">&gt; but, as warned on the official Julia download page, you shouldn’t use these packages</span><br> <p> Any free software project that posts this kind of "warnings" earns my immediate distrust, and it would take *a lot* to offset it.<br> <p> <span class="QuotedText">&gt; Such packages are typically put together by people involved with the distributions, not the developers of the packaged software.</span><br> <p> And that's how it should be.<br> </div> Mon, 03 Feb 2025 15:17:03 +0000 Distributions https://lwn.net/Articles/1007598/ https://lwn.net/Articles/1007598/ leephillips <div class="FormattedComment"> Julia is available through the package managers of all major Linux distributions, but, as warned on the official Julia download page, you shouldn’t use these packages. Such packages are typically put together by people involved with the distributions, not the developers of the packaged software. In the case of Julia, some distributions package broken Julia installations, some are simply out of date, and some are fine. I use Debian; most packages for actively developed, end-user software are very out of date, and Julia is no exception. I use the Debian package manager for utilities such as Bash and for shared libraries, etc. For mutt, zsh, Google Chrome, Postgres, and almost everything else that I interact with directly, the package manager is useless and I download the software from the developers’ sites, either in binary or source form. This is normal.<br> <p> Fedora, for another example, happens to package an up-to-date Julia.<br> <p> If the Julia site instructed people to use their distributions’ package managers the Julia devs and community would spend an inordinate amount of time fielding bug reports and questions that have nothing to do with Julia but arise from the broken nature of these packages. They could devote themselves to working with each distribution to help them package a timely, non-broken Julia for each new release, but I, personally, would much rather that the massive amount of developer time that this would consume be dedicated instead to developing Julia.<br> <p> See <a href="https://github.com/JuliaLang/julia/issues/32639#issuecomment-513564829">https://github.com/JuliaLang/julia/issues/32639#issuecomm...</a> for further detailed explanation of why depending on distribution packaging for Julia would present a host of problems.<br> <p> </div> Mon, 03 Feb 2025 14:45:55 +0000 Distributions https://lwn.net/Articles/1007558/ https://lwn.net/Articles/1007558/ stephanlachnit <div class="FormattedComment"> As long as they fail to manage to get Julia into all major distributions, I fail to see how it can gain traction as a replament for Bash / Python scripts. But they don't really seem into understanding how distros work or why they should care.<br> </div> Mon, 03 Feb 2025 08:25:33 +0000 +1 for this article... https://lwn.net/Articles/1007323/ https://lwn.net/Articles/1007323/ rsidd <div class="FormattedComment"> and for the static compilation and webassembly features in particular. I already use Julia quite a bit, and maybe these will get others interested too. <br> </div> Fri, 31 Jan 2025 17:20:18 +0000