Managing and Maintaining a Microsoft Windows Server 2003 Environment (70-290)
Author: Microsoft Official Academic Cours
A comprehensive program of textbook, lab manual and software, this Microsoft Official Academic Course provides everything students need to build the knowledge and skills necessary to install, configure, administer, and support the primary services in the Microsoft Windows Server 2003 operating system and to prepare for the Microsoft Certified Professional examination 70-290: Managing and Maintaining a Microsoft Windows Server 2003 Environment. A complete set of instructor resources supports the book.
Book review: Aligning Human Resources and Business Strategy or The Geography of Tourism and Recreation Environment Place and Space
Types and Programming Languages
Author: Benjamin C Pierc
A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems--and of programming languages from a type-theoretic perspective—-has important applications in software engineering, language design, high-performance compilers, and security.
This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material.
The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.
Table of Contents:
Preface | ||
1 | Introduction | 1 |
2 | Mathematical Preliminaries | 15 |
I | Untyped Systems | 21 |
3 | Untyped Arithmetic Expressions | 23 |
4 | An ML Implementation of Arithmetic Expressions | 45 |
5 | The Untyped Lambda-Calculus | 51 |
6 | Nameless Representation of Terms | 75 |
7 | An ML Implementation of the Lambda-Calculus | 83 |
II | Simple Types | 89 |
8 | Typed Arithmetic Expressions | 91 |
9 | Simply Typed Lambda-Calculus | 99 |
10 | An ML Implementation of Simple Types | 113 |
11 | Simple Extensions | 117 |
12 | Normalization | 149 |
13 | References | 153 |
14 | Exceptions | 171 |
III | Subtyping | 179 |
15 | Subtyping | 181 |
16 | Metatheory of Subtyping | 209 |
17 | An ML Implementation of Subtyping | 221 |
18 | Case Study: Imperative Objects | 225 |
19 | Case Study: Featherweight Java | 247 |
IV | Recursive Types | 265 |
20 | Recursive Types | 267 |
21 | Metatheory of Recursive Types | 281 |
V | Polymorphism | 315 |
22 | Type Reconstruction | 317 |
23 | Universal Types | 339 |
24 | Existential Types | 363 |
25 | An ML Implementation of System F | 381 |
26 | Bounded Quantification | 389 |
27 | Case Study: Imperative Objects, Redux | 411 |
28 | Metatheory of Bounded Quantification | 417 |
VI | Higher-Order Systems | 437 |
29 | Type Operators and Kinding | 439 |
30 | Higher-Order Polymorphism | 449 |
31 | Higher-Order Subtyping | 467 |
32 | Case Study: Purely Functional Objects | 475 |
Appendices | 491 | |
A: Solutions to Selected Exercises | 493 | |
B: Notational Conventions | 565 | |
References | 567 | |
Index | 605 |
No comments:
Post a Comment