TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

A review of the D language by someone who has worked in it

26 pointsby sahalmost 17 years ago

3 comments

astrecalmost 17 years ago
I've also used D for various tiny scale projects over the last year and have found the documentation wanting - D ain't Robinson Crusoe here though.<p>Once you get past the Tango/Phobos dilemma, you'll find a great little language if you put some effort into it.
txalmost 17 years ago
Returning value types by value (structures) is a compiler bug? C++ and D both try to be binary-compatible with C, they MUST return a structure by copying it. An excellent article, but this little example was weird.<p>I haven't done any serious development in D, but I absolutely agree with his complaints about Walter's leadership, he needs to loosen up a little and let it go: I haven't checked if he changed his mind, but it used to be a case where you couldn't just host binaries of D compiler on your site, they had to be downloaded from Digital Mars page in a form of two confusing ZIP files with two intersecting directory trees.
评论 #225343 未加载
greymanalmost 17 years ago
I'd like to hear from D practitioners, what the real benefit they experienced by coding in D. Couldn't I just use related subset of C++ or C# to achieve the very similar effect?
评论 #225352 未加载
评论 #225116 未加载