Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 24 and Version 25 of ChapterCore

Show
Ignore:
Author:
JJR (IP: 207.194.36.11)
Timestamp:
10/20/08 06:56:57 (15 years ago)
Comment:

fix

Legend:

Unmodified
Added
Removed
Modified
  • ChapterCore

    v24 v25  
    33= The Core System = 
    44 
    5 This chapter marks the beginning of the "Advanced" section of the Tango Manual.  Rather than viewing these chapters as "advanced" in terms of mental comprehension, it may be easier to understand them as providing fine grained functionality for the expert programmer: those features that may be used less frequently in applications yet, when used, become critical components of the software project in terms of data manipulation, process control, or general optimization. 
    6  
    7 The Core Chapter starts things off by introducing the developer to a range of convenience tools, including features that will be the the under-pinning of some high-performance D applications. Here is a sample of what we look forward to in this chapter: 
     5This chapter marks the beginning of the "Advanced" section of the Tango Manual.  Rather than viewing these chapters as "advanced" in terms of mental comprehension, it may be easier to understand them as providing fine grained functionality for the expert programmer: these are features that may be seen less frequently in applications yet, when used, become critical components of the software project in terms of data manipulation, process control, or general optimization. 
     6 
     7The Core Chapter starts things off by introducing the developer to a range of convenience tools, including features that may represent the under-pinnings of some high-performance D applications. Here is a sample of what we look forward to in this chapter: 
    88 
    99 * Low-level mechanisms for fine control of D programs: GC/memory, runtime, exceptions, arrays, and signals/slots.