Thread overview
[Issue 6243] New: Update the D2 FAQs.
Jul 03, 2011
kennytm@gmail.com
Jul 03, 2011
kennytm@gmail.com
Feb 07, 2012
Yao Gomez
July 03, 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@puremagic.com
        ReportedBy: kennytm@gmail.com


--- Comment #0 from kennytm@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: -------
July 03, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6243



--- Comment #1 from kennytm@gmail.com 2011-07-03 15:18:08 PDT ---
d-p-l pull #14 for a part of it.

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: -------
February 07, 2012
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


--- Comment #2 from Yao Gomez <yao.gomez@gmail.com> 2012-02-06 20:16:26 PST ---
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: -------