On Friday, 27 February 2026 at 14:56:33 UTC, Lars Johansson wrote:
... Still, so far programming in D is a pleasant experience. My biggest problem is, I do not know what I should use D for.
Shouldn't this be otherwise, first looking for some problem to solve and use a language like D to handle it?
... And a question - Is BetterC a superset of C?
No. It's a superset of D. More info: https://dlang.org/spec/betterc.html
To be honest I don't see advantages of using it, because you lost things that made D a differential like: GC, AA, DA as get go.
When I used to program in D more heavily, I used mostly with C mentality but using its features like: GC, AA, DA, exceptions.
Matheus.
