this post was submitted on 19 Aug 2023
46 points (96.0% liked)

Rust

5778 readers
49 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] vasametropolis@lemmy.world 27 points 1 year ago

The pushback is justified I think - compile from source should be the default always for Rust since it works well (even if slower than desired sometimes).

Pre-compiled is kind of nice for scripting languages since the complexity of native dependencies is usually not wanted by those developers. In Node, I prefer pre-compiled as the default. Here, I do not.