Originally posted by Alexmitter
View Post
Announcement
Collapse
No announcement yet.
Linux Kernel's Preliminary Rust Code Seeing 64-bit POWER Support
Collapse
X
-
-
Originally posted by Alexmitter View Post
Then you just aren't good in C.
It is for sure nice to have a low level language that is also easily safely writable by someone who just isn't good in programming.
- Likes 4
Leave a comment:
-
Originally posted by Alexmitter View PostSo was Go, the last hype language. And here we are now in the post Go world.
Docker helps developers bring their ideas to life by conquering the complexity of app development. - Docker
Production-Grade Container Scheduling and Management - GitHub - kubernetes/kubernetes: Production-Grade Container Scheduling and Management
- Likes 3
Leave a comment:
-
The project name for the new version of Ubuntu written in Rust will be "Insolent Insimbi".
Leave a comment:
-
Originally posted by mlau View PostAre you really convinced the llvm-based rust compiler is infallible? I'd welcome a second implementation based in gcc, just to be able to cross-check them.
Mind you, I'm not against gcc support for Rust. I just don't think it should be high priority atm.
- Likes 1
Leave a comment:
-
Originally posted by skeevy420 View PostJust enable the WD40 task scheduler to prevent Rust issues
- Likes 1
Leave a comment:
-
Originally posted by Alexmitter View PostThen you just aren't good in C.
Originally posted by Alexmitter View PostBut it is not a good thing if that language only properly support like 2 architectures and can only be compiled via the worst currently popular compiler tool chain.
Why is LLVM "the worst currently popular compiler tool chain"?
- Likes 4
Leave a comment:
-
Originally posted by Alexmitter View Post
Then you just aren't good in C.
It is for sure nice to have a low level language that is also easily safely writable by someone who just isn't good in programming. But it is not a good thing if that language only properly support like 2 architectures and can only be compiled via the worst currently popular compiler tool chain.
If I could chose between two programmers who say "I don't use safety mechanisms, even when they are offered to me, because I am such a perfect programmer" and "Yeah, you know, bad days happen, but I have guidelines, tools and a language-intrinsic mechanism, which hard prevends half or more of the most common and exploitable programming bugs, but maybe I am a bit slower for the first half year of work", then, yeah, I'd chose the second one and ask the first about his professionalism and where he sees himself in 10, maybe 15, years... maybe alongside the COBOL programmers?
And even if it isn't Rust then it will be a different language. The value of what Rust brings to the table has to be exemplified the first time to make others think about what an upcoming language should provide. Just like Objects, Interfaces, Lambda functions, map/reduce and others came to be and are now standard repertoire for most languages.
But, so far, it is Rust and why not push boundaries in this direction. It will not be the final language and others will come after it, but, yeah, why not?
Borrow checking or something alike will come - must come. It's the next logical step.Last edited by reba; 23 March 2021, 09:52 AM.
- Likes 11
Leave a comment:
-
Originally posted by dragonn View PostI work with C on some embedded project and since I also working with Rust I see that like 70-80% of bugs with I fix in C would be avoided if I just used Rust.
It is for sure nice to have a low level language that is also easily safely writable by someone who just isn't good in programming. But it is not a good thing if that language only properly support like 2 architectures and can only be compiled via the worst currently popular compiler tool chain.
- Likes 8
Leave a comment:
-
Originally posted by Alexmitter View PostI have heard that BS before. You can certainly write unsafe rust code, the language allows that. C certainly makes it easier for you to F up, thats about all.
thats about all? That is a f**** big deal, I work with C on some embedded project and since I also working with Rust I see that like 70-80% of bugs with I fix in C would be avoided if I just used Rust.
- Likes 5
Leave a comment:
Leave a comment: