[Issue 6243] New: Update the D2 FAQs.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jul 3 13:35:44 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=6243

           Summary: Update the D2 FAQs.
           Product: D
           Version: D2
          Platform: All
               URL: http://www.d-programming-language.org/faq.html
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: kennytm at gmail.com


--- Comment #0 from kennytm at gmail.com 2011-07-03 13:30:41 PDT ---
(Forked from news://news.digitalmars.com:119/iuqed9$2rv$1@digitalmars.com)

1. Most of the "D 2.0 FAQ" is missing (e.g. 'Where is my simple language?')
2. 'How do I write my own D compiler for CPU X?' - the alternative
backend has not been updated for 9 years. As a guide, it's better to
refer to some Wiki4D article or the LDC interface.
3. 'Where can I get an IDE for D?' - Just link to a Wiki4D article. It
is missing newer IDEs like Visual D.
4. 'What about templates?' - There's no need to keep this D 0.x item...
5. 'Why fall through on switch statements?' - Fall through is now disallowed.
6. 'Why doesn't D use reference counting for garbage collection?' - Add
std.typecons.RefCounted
7. 'Can't a sufficiently smart compiler figure out that a function is
pure automatically?' - But now we have purity inference

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list