this post was submitted on 02 Sep 2024
436 points (97.4% liked)

196

16238 readers
1705 users here now

Be sure to follow the rule before you head out.

Rule: You must post before you leave.

^other^ ^rules^

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] ZILtoid1991@lemmy.world 4 points 2 weeks ago (1 children)

D would work better than either C++ or Rust, since C++ devs not liking it due to its memory safety features and the built-n garbage collector, and D and Rust have a kind of a fandom rivalry for D having a bit weaker memory safety (no borrow checker, @safe is opt in as of now), no immutability by default (which made one of the few corporate sponsors to leave D in favor of Rust), etc.

[โ€“] frezik@midwest.social 4 points 2 weeks ago

D is named wrong. K&R were following the design of BCPL. Their first language in the series was called B, and then C. The next one should be called P.