this post was submitted on 30 Jan 2024
789 points (98.3% liked)

Programmer Humor

33268 readers
983 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 9 points 1 year ago (1 children)

You seem to be a rather specific user, if the compile time is something you notice, let alone the only thing...

[–] 30p87@feddit.de 3 points 1 year ago (2 children)

It's just weirdly noticeable when one rust program with ~150 lines of code, designed to connect to a specific device and send commands according to the intensity of music, takes longer to compile than updating a typical Arch testing setup after a month without maintenance, including the (non Rust) AUR packages.

[–] Ephera@lemmy.ml 8 points 1 year ago

Well, I'm not here to claim that Rust's compile times aren't comparatively long, especially for non-incremental builds. It's a trade-off that was chosen to not need a runtime environment, nor be as simplistic/footgun as C.

What I'm saying is that this trade-off was chosen and continues to be popular, because the vast majority of users will never notice (nor will programmers really, as they have incremental builds).
Maybe you can download the fully built package from somewhere? Maybe Arch can package it in the proper repos?

[–] arisunz@lemmy.blahaj.zone 6 points 1 year ago

mf conveniently forgetting about incremental compilation