www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6243] New: Update the D2 FAQs.

reply d-bugmail puremagic.com writes:
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 puremagic.com
        ReportedBy: kennytm gmail.com



(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: -------
Jul 03 2011
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6243






https://github.com/D-Programming-Language/d-programming-language.org/pull/14

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jul 03 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6243


Yao Gomez <yao.gomez gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |RESOLVED
                 CC|                            |yao.gomez gmail.com
         Resolution|                            |FIXED



The aforementioned commit was accepted and merged: 

https://github.com/D-Programming-Language/d-programming-language.org/commit/7620b5597c641ac947c4c5b53afdb078f8a4004f

Closing this bug report as fixed.

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