this post was submitted on 21 Jul 2025
271 points (97.5% liked)
Programmer Humor
25180 readers
1527 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
D has a lot of other reasons why it haven't caught on.
int
meaning different things in both languages), and nowadays I can pull the conversion off on the regular. It's like the only changes that were made to the language are making things more consistent, making things work better. etc. Rust is more like a language that is a marriage between C-style languages and OCaml. Rust is also a "functional first" language with the ability of opting out from the functional part, first when I've heard about Rust it was through this "fancy and new programming paradigm, that promises to fix everything wrong with programming", and the D team wanted to be left out from makingconst
the default mutability.@nogc
thread going (using that for audio).I was learning a few different languages at the time, and it's a bit fuzzy in my head, but I remember the confusion between the 2 compilers. One was incomplete and/or obsolete, and the other one was in beta or something and you shouldn't use it anyway. I chose nothing and tried something else because it was annoying to watch. Walter, as the BDFL, should have decided on something but it never arrived, and the hype went away.
All I remember is that some Japanese guy wrote a bullet-hell library and game in D, and that was great. But the community was too confusing for me.