this is horse shit.
D is worthless without GC which makes it not qualified as a C replacement, and GC implementation is shit, so it might be not even better than Java performance-wise.
Rust vs Go
Josiah Myers
James Collins
Except almost all libraries depend on GC
Jayden Cruz
basically, at least read about "try" macro before shitposting
Bentley Ross
these codes are not even close to being equivalent, and the first one — I'm not sure if it is even correct
well done user
also, Go can't go without GC, so it has nothing to say in the areas where this matters (hard-realtime tasks for example)
Carson Wright
you don't need to turn GC off if you're Google scale. Nice try, smallfry, but you'll always be small with that attitude.
Jonathan Clark
At least it's not run by commie trannies.
Adam Collins
I already have. The Rust Handbook, to be more specific, unlike you.
Colton Rodriguez
Faggot.
Charles Hall
read a book then hang yourself, moron
David Roberts
go:
if err != nil { return err}
rust:
this_might_fail()?