General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
ThePrimeTime
comments
Comments by "" (@diadetediotedio6918) on "Prime Reacts: Is This NEW Language BETTER Than Rust? C++? (Zig First Impressions)" video.
Rust still wins in the sense that the entire construct of the borrow checker is also to prevent many problems related to racing conditions and memory leaks, in Zig you just can't have many of these guarantees. But surely, Zig is indeed an interesting language, I just hope it's fanbase didn't turn into another C++-like toxic community
32
Well, linked lists aren't even "recommended" in many senses nowadays...
3
@huveja9799 It is almost impossible to not be emotionally related to your tools, this is like saying artisans should have no emotions with their tools, using something in everyday basis makes you to link in a certain way with this thing. What you <should> do, however, is to not just use your emotions while selecting the best tool for the task, if you can abstract them you are in good terms.
3
@KingButcher A racing condition is a form of data race, it isn't? I didn't say Rust prevents any types of racing conditions, naturally, as the borrow-checker is a memory-safe feature it will only prevent those types of racing condition s (in safe rust).
2
@ScibbieGames This is simply a lie, take a look on Asahi Lina commentaries on Rust utilities for driver development for an interesting example
1