Online resources
A handful of online resources, like the forums and the #D
IRC channel at freenode.net
, were introduced in Chapter 1, How to Get a D in Programming, and links to the D documentation have been sprinkled throughout the book. http://dlang.org/ should be located prominently in your bookmark list. Not only is it the gateway to the language reference and standard library documentation, but also to the official compiler releases, the forums, and the issue tracker. Additionally, there are sections in the sidebar where other useful resources can be found, such as articles on specific D topics (templates, arrays, floating point, and so on). It's also the host of a couple of subdomains we haven't yet discussed, one of which belongs to the DWiki, our first stop in this section. The following are a handful of resources any beginning D programmer should find helpful:
DWiki
The DWiki at http://wiki.dlang.org/ is a portal to a wealth of D resources. Most of the items covered in this chapter...