Tried rust again after a while,
Gave up on C++
and the cycle continues
Tried rust again after a while,
Gave up on C++
and the cycle continues
Those people who do claim are either stupid or delulu
Those people who do claim are either stupid or delulu
Aber kannst du ihn das hier zusenden?
youtube.com/shorts/GDjvq...
Thanks
Aber kannst du ihn das hier zusenden?
youtube.com/shorts/GDjvq...
Thanks
1) it originated from windows
2) There were discrepancies and the author needed a stable base (which doesn’t update glibc since who knows what the fuck is going to happen when you bump that thing)
1) it originated from windows
2) There were discrepancies and the author needed a stable base (which doesn’t update glibc since who knows what the fuck is going to happen when you bump that thing)
Since prebuilt libraries are a pain to maintain
Since prebuilt libraries are a pain to maintain
1) Yes, i get that some people just aren’t skilled enough, or simply don’t have the time to learn rust.
But 2) Why would you want to ship an entire python runtime? At that point, just use electron lol. Especially since it’s more mature.
1) Yes, i get that some people just aren’t skilled enough, or simply don’t have the time to learn rust.
But 2) Why would you want to ship an entire python runtime? At that point, just use electron lol. Especially since it’s more mature.
You simply don’t have the time to write it properly to begin with. Yes, you’ll improve, but there will always be something that you fuck up.
2/2
You simply don’t have the time to write it properly to begin with. Yes, you’ll improve, but there will always be something that you fuck up.
2/2
“Sure, but by that logic, 99% of developers aren’t skilled. Everyone has written memory unsafe code at least once. Those rust compiler guardrails are there thanks to the mistakes a lot of people make when they’re under a tight deadline (like usual in the SE field).”
1/2
“Sure, but by that logic, 99% of developers aren’t skilled. Everyone has written memory unsafe code at least once. Those rust compiler guardrails are there thanks to the mistakes a lot of people make when they’re under a tight deadline (like usual in the SE field).”
1/2
Not just that, everything you need, you basically need to create it yourself.
low level learning has a great video that also mentions it
youtu.be/pnnx1bkFXng?...
Not just that, everything you need, you basically need to create it yourself.
low level learning has a great video that also mentions it
youtu.be/pnnx1bkFXng?...
zig does not. You need to manually create the memory allocator (usually gpo) and pass it to everything that wants to allocate memory. You can even write your own!
zig does not. You need to manually create the memory allocator (usually gpo) and pass it to everything that wants to allocate memory. You can even write your own!
Afterwards make a comparison of your C code before and after learning rust.
It blew my mind xD
Afterwards make a comparison of your C code before and after learning rust.
It blew my mind xD
Which allows me to write correct code from the start
I really recommend sticking with it for a couple of projects, even if it’s absolutely horrific.
Which allows me to write correct code from the start
I really recommend sticking with it for a couple of projects, even if it’s absolutely horrific.
Regarding the language: The frustration is real, but there will be a tipping point where it’ll feel natural.
Regarding the language: The frustration is real, but there will be a tipping point where it’ll feel natural.