Live data from Hacker News

D Programming Language

dlang.org

1–10 of 278 posts

Re: D Programming Language

#2
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...

Re: D Programming Language

#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.

Re: D Programming Language

#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...

Re: D Programming Language

#6
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...

I don't know D so I'm probably missing some basic syntax. If pointers cannot be copied how do you have multiple objects referencing the same shared object?

Re: D Programming Language

#7
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.

> lack of LLM training data doesn't help either.

That shouldn't stop any self-respecting programmer.

Re: D Programming Language

#8
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.

Nor does it stop self-respecting LLMs.

Re: D Programming Language

#9
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 programmers write assembly for the machines they built themselves. I swear, kids these days have no respect for the craft

Re: D Programming Language

#10
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.

Exactly. We wrote code before LLMs and we can after their advent too
Post reply on HN