Live data from Hacker News

D Programming Language

dlang.org

11–20 of 278 posts

Re: D Programming Language

#11
D is like a forced meme at that point.

Never has an old language gained traction, its all about the initial network effects created by excitement.

No matter how much better it is from C now, C is slowly losing traction and its potential replacements already have up and running communities (Rust, zig etc)

Re: D Programming Language

#12
post #3

Earlier quoted context omitted.

Slowly it is going to be only skills.md. I agree with the sentiment, I really like D and find a missing opportunity that it wasn't taken off regarding adoption. Most of what made D special in D is nowadays partially available in mainstream languages, making the adoption speech even harder, and lack of LLM training data doesn't help either.

> lack of LLM training data doesn't help either. That shouldn't stop any self-respecting programmer.

Self respecting developers are an endangered species, otherwise we would not have so much Electron crap.

Those that learn to do robot maintenance, are the ones left at the factory.

Re: D Programming Language

#13

Earlier quoted context omitted.

> lack of LLM training data doesn't help either. That shouldn't stop any self-respecting programmer.

Exactly. We wrote code before LLMs and we can after their advent too

Yeah, that is why carpenters are still around and no one buys Ikea.

Re: D Programming Language

#15
post #4

Sigh. Ownership and borrowing are so much less baroque in D than in Rust. And compile times are superb. In a better world, we would all be using D instead of C, C++ or Rust. However in this age of Kali...

For those curious what ownership and borrowing looks like in D: https://dlang.org/blog/2019/07/15/ownership-and-borrowing-in...

Is there any experience on how this works in practice?

Re: D Programming Language

#16
post #13

Earlier quoted context omitted.

Exactly. We wrote code before LLMs and we can after their advent too

Yeah, that is why carpenters are still around and no one buys Ikea.

Is your proposition that programmers are now incapable of writing code?

Re: D Programming Language

#19
post #3

Sigh. Ownership and borrowing are so much less baroque in D than in Rust. And compile times are superb. In a better world, we would all be using D instead of C, C++ or Rust. However in this age of Kali...

Slowly it is going to be only skills.md. I agree with the sentiment, I really like D and find a missing opportunity that it wasn't taken off regarding adoption. Most of what made D special in D is nowadays partially available in mainstream languages, making the adoption speech even harder, and lack of LLM training data doesn't help either.

I work with D and LLMs do very well with it. I don't know if it could be better but it does D well enough. The problem is only working on a complex system that cannot all be held in context at once.

Re: D Programming Language

#20

D is like a forced meme at that point. Never has an old language gained traction, its all about the initial network effects created by excitement. No matter how much better it is from C now, C is slowly losing traction and its potential replacements already have up and running communities (Rust, zig etc)

Python was first released in 1991. It rumbled along for about 20 years until exploding in popularity with ML and the rise of data science.
Post reply on HN