Conversation
Notices
-
Embed this notice
So wish Rust wouldn't be such a disaster in terms of full-source bootstrapping and packaging…
-
Embed this notice
@11backslashes Yeah although I'll believe it when I'll see it adopted and followed by two implementations.
And sadly spec won't really change the packaging bit.
-
Embed this notice
@lanodan At least they're finally working on a spec. I think it will come in time.
-
Embed this notice
@11backslashes The ton of micro-libraries à la npm making it insane to package them individually, and them being version-locked by applications.
Which pretty much means rust ecosystem makes security backports/version-bumps much harder than it's otherwise.
-
Embed this notice
@lanodan What's the trouble with packaging it, if you don't mind me asking?
-
Embed this notice
@lanodan Ah, I thought you were originally referring to the language itself and not programs. I hate the npm-esque nightmare of cargo as well. You would think that after the left-pad debacle, people would avoid this supply chain anti-pattern at all costs.
-
Embed this notice
@11backslashes yeah, or things like heartbleed/log4shell/… where patching the libraries fast really matters.
And I don't think I care much about the language feature/grammar of rust or even most languages in general. Ecosystem matters so much more in actually making use of them.