Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6037375
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:03:52+00:00 2026-05-23T06:03:52+00:00

I’ve been eagerly learning D language these last days. It looks like a dream

  • 0

I’ve been eagerly learning D language these last days. It looks like a dream for me as a supporter of several millions lines of C++ code. We support heavy performance low latency system and it is clear that C++ was the only option in the last ten years. Now, I see D.

So, my questions are pretty obvious. Can I start thinking about migration commercial software product to D language? Is there any example of such migration or existing big commercial software product written on D from the scratch?

How is it safe to invest in this language now? Do we have production quality compiler and debugger? Can we assume that they will be supported and developed?

If you have any experience in migration from C++ to D, it would be great to hear about it from you.

PS. By D I mean D2

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T06:03:53+00:00Added an answer on May 23, 2026 at 6:03 am

    I wouldn’t consider D2 to be production ready yet, but it’s getting close. The language definition is fairly stable. Very few breaking changes should be happening at this point (though some additive changes intended to iron out key issues in the language may occur). Development on the compiler is moving forward very quickly, and a lot of bugs are getting fixed. But at this point, if you use D2 heavily, you will run into compiler bugs, particularly if you use newer language features. And not all of those features have been fully implemented yet (e.g. alias this and inout), so while TDPL is mostly correct, dmd is still somewhat behind it.

    Also, while the standard library, Phobos, is very good overall and much of it is stable, it’s still very much a work in progress. We’re trying to avoid causing immediate breaking changes by putting stuff that we’re removing through the proper deprecation path (generally 6 months as scheduled for deprecation and 6 months as deprecated before complete removal), but sometimes immediate breaking changes do occur (and sometimes the compiler causes breaking changes as it’s worked on). In some cases, entire modules are going to be overhauled (e.g. std.xml and std.stream). Possibly the biggest annoyance in that regard is std.container, which is fairly new, doesn’t have a whole lot in it yet, and could have a significant redesign as Andrei Alexandrescu sorts out how we’re going to deal with memory management in it. So, container support is improving but generally lacking. All in all, a lot of Phobos is fairly stable, but it’s definitely not set in stone.

    There is definitely support for both dmd and Phobos in that if you post things to bugzilla or discuss them on the newsgroup, people will generally be quite helpful and devs will try and fix bugs in a timely manner, but most of the people working on it do so in their free time, so sometimes it can take a while. The switch to github has definitely improved matters though. I know that Digital Mars provides additional support for dmc if you pay for it, but I don’t know if they’ll do the same for dmd. I expect that there’s a good chance that they will though (certainly, if they don’t now, I would expect them to do so in the future).

    As for the quality of the compiler, dmd uses Digital Mars’ dmc as its backend, and dmc is the newest incarnation of the first C++ compiler to compile code natively (as opposed to translating it to C first), and Walter Bright, the creator of D, has been working on it ever since he created it. He’s one of the best compiler writers out there and has created a number of optimizations which have become standard in C++ compilers (such as Return Value Optimization), but dmc doesn’t have a lot of people working on it, and there are some areas in which it has fallen behind (such as floating point optimizations), and D is new enough that there’s a lot of work to be done in optimizing it. As the bugs are fixed, I’m sure that more focus will eventually shift towards optimizing the language, and it will eventually be on par with C++ in most circumstances (and better in some), but right now it really depends on your code. Sometimes D is on par; sometimes it isn’t.

    Some people do use D2 in production code (in particular, I know that Adam D. Ruppe uses it for web development with the companies that he works with – he’s a frequent poster on the D newsgroup), but I don’t think that there are very many of them, and they generally avoid the newer, fancier features of the language (which is generally where the worst bugs are). How stable it’s going to be is really going to depend on what you do with the language.

    The wiki has some good information on the work remaining to be done, and this recent thread on the newsgroup has some good info as well.

    D is definitely approaching the point where I would consider it production ready, but there’s definitely some risk at this point. It’s great for hobby stuff, but if your livelihood depends on it, I don’t know if the risk is worth it quite yet. It’s getting close though. It’s probably worth your time to look into it, try it out, experiment with it, etc. But I wouldn’t just dive in with your production code and convert it all to D. It might work out great, but it might not. I expect that a year from now, I’ll be able to say that D2 is production ready, but I don’t know how much sooner than that I’ll feel comfortable in saying so.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have some data like this: 1 2 3 4 5 9 2 6
I'm looking for suggestions for debugging... If you view this site in Firefox or
Seemingly simple, but I cannot find anything relevant on the web. What is the
Does anyone know how can I replace this 2 symbol below from the string
this is what i have right now Drawing an RSS feed into the php,
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
That's pretty much it. I'm using Nokogiri to scrape a web page what has

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.