Thoughts on rust

Dex-chan lover
Joined
May 9, 2023
Messages
117
Greetings mangadexers

Are you learning rust yet? Do you want to learn it? Do you know rust and hate it?

I’ve been using rust for 4 months now and it has been fantastic. imo rust should be the future
 
Dex-chan lover
Joined
Jan 16, 2020
Messages
207
I love it
I mostly use in college, and since it's pretty low level like c the teachers let me. rust has the conveniences of a high level language, with the advantages of a low level one
 
Aggregator gang
Joined
Feb 12, 2023
Messages
127
Well, I haven't I will probably learn rust once I finish learn computer basic and fundamental
 
Dex-chan lover
Joined
Jan 11, 2023
Messages
1,416
I have been learning and using rust since 2021~2022 when i was in my second year of software engineering, (just as hobby).
And i am still using it.

The language itself is quite refreshing. The concept of borrow checking is good, and the trait/generics system is an absolute cinema. impl<T> MyTrait for T where T: serde::Serialize.
The ecosystem and tooling are quite powerful too, like serde for data (de)serialization, miri for macro debug, cargo for package management.
I also really like the syntax of it. scopes, modules, etc

The only bottleneck is probably the compile times on large projects (but heh? It still the same shit for other big projects on other projects anyway) so yeah.

Starting to using it is easy (just install rustup and it is done) and it has built in documentation (saves lifes when there is no internet connection around).
But the learning curve is quite high (idk if it is still the case). I recommend reading the rust book first and build things as you learn (like a simple game, or an app). The path is quite hard sometimes but it is worth it.

Personally, i didn't regret learning it.
 
Last edited:
Dex-chan lover
Joined
Dec 30, 2023
Messages
127
Starting to using it is easy (just install rustup and it is done) and it has built in documentation (saves lifes when there is no internet connection around).
But the learning curve is quite high (idk if it is still the case). I recommend reading this rust book first and build things as you learn (like a simple game, or an app). The path is quite hard sometimes but it is worth it.

Personally, i didn't regret learning it.
which rust book?
 
Dex-chan lover
Joined
Jan 20, 2018
Messages
1,070
Forgot to put the link, it is the default rust book.
There's no pdf and this html crap is unusable on tablet.
This means that Steve Klabnik, Carol Nichols, and Chris Krycho, with contributions from the Rust Community don't even bother to properly explain why I should use it and don't bother to show how it works.
Should I assume that support is on the same level?
Why should I bother then?

Edit:
You: try this, it's good.
Me: why?
You: go buy a book
Nope. It doesn't work this way.
 
Last edited:
Dex-chan lover
Joined
Feb 25, 2025
Messages
227
rust is just another way for big corpo to undermine GPL. Whether it was created for that purpose or not, the current trend of rewriting GPL softwares in rust is worrying. The rust community is also super anti-GPL because who knows why. At least when the economy was good, there’s good excuse that permissive license will allow those stingy companies to use the software, which may lead to a job or other opportunities.
 
Dex-chan lover
Joined
May 9, 2023
Messages
117
rust is just another way for big corpo to undermine GPL. Whether it was created for that purpose or not, the current trend of rewriting GPL softwares in rust is worrying. The rust community is also super anti-GPL because who knows why. At least when the economy was good, there’s good excuse that permissive license will allow those stingy companies to use the software, which may lead to a job or other opportunities.
I have never heard a programming conspiracy theory until today
 

Users who are viewing this thread

Top