Verkauf durch Sack Fachmedien

Scott

Programming Language Pragmatics

Medium: Buch
ISBN: 978-0-12-374514-9
Verlag: William Andrew Publishing
Erscheinungstermin: 24.04.2009
Nicht mehr lieferbar

Programming Language Pragmatics, Third Edition, is the most comprehensive programming language book available today. Taking the perspective that language design and implementation are tightly interconnected and that neither can be fully understood in isolation, this critically acclaimed and bestselling book has been thoroughly updated to cover the most recent developments in programming language design, inclouding Java 6 and 7, C++0X, C# 3.0, F#, Fortran 2003 and 2008, Ada 2005, and Scheme R6RS.

A new chapter on run-time program management covers virtual machines, managed code, just-in-time and dynamic compilation, reflection, binary translation and rewriting, mobile code, sandboxing, and debugging and program analysis tools. Over 800 numbered examples are provided to help the reader quickly cross-reference and access content.

This text is designed for undergraduate Computer Science students, programmers, and systems and software engineers.


Produkteigenschaften


  • Artikelnummer: 9780123745149
  • Medium: Buch
  • ISBN: 978-0-12-374514-9
  • Verlag: William Andrew Publishing
  • Erscheinungstermin: 24.04.2009
  • Sprache(n): Englisch
  • Auflage: 3. Auflage 2009
  • Produktform: Kartoniert
  • Gewicht: 1560 g
  • Seiten: 944
  • Format (B x H): 191 x 234 mm
  • Ausgabetyp: Kein, Unbekannt
  • Vorauflage: 978-0-12-633951-2
  • Nachauflage: 978-0-12-410409-9
Autoren/Hrsg.

Autoren

Michael L. Scott is a professor and past Chair of the Computer Science Department at the University of Rochester. He is best known for work on synchronization and concurrent data structures: algorithms from his group appear in a wide variety of commercial and open-source systems. A Fellow of the ACM and the IEEE, he shared the 2006 Dijkstra Prize in Distributed Computing. In 2001 he received the University's Robert and Pamela Goergen Award for Distinguished Achievement and Artistry in Undergraduate Teaching.

I. Foundations1. Introduction2. Programming Language Syntax3. Names, Scopes, Bindings4. Semantic Analysis5. Target Machine ArchitectureII. Core Issues in Language Design6. Control Flow7. Data Types8. Subroutines and Control Abstraction9. Data Abstraction and Object OrientationIII. Alternative Programming Models10. Functional Languages11. Logic Languages12. Concurrency13. Scripting LanguagesIV. A Closer Look at Implementation14. Building a Runnable Program15. Run-time Program Management

16. Code Improvement