Programming Language Concepts: Undergraduate Topics in Computer Science
Autor Peter Sestoften Limba Engleză Paperback – 9 iun 2012
Programming Language Concepts covers practical construction of lexers and parsers, but not regular expressions, automata and grammars, which are well covered elsewhere. It throws light on the design and technology of Java and C# to strengthen students’ understanding of these widely used languages.
The examples present several interpreters and compilers for toy languages, including a compiler for a small but usable subset of C, several abstract machines, a garbage collector, and ML-style polymorphic type inference. Each chapter has exercises based on such examples.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (2) | 280.91 lei 38-44 zile | +22.98 lei 7-11 zile |
Springer International Publishing – 12 sep 2017 | 292.60 lei 3-5 săpt. | +22.98 lei 7-11 zile |
SPRINGER LONDON – 9 iun 2012 | 280.91 lei 38-44 zile |
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 353.40 lei
- 20% Preț: 342.45 lei
- 20% Preț: 318.51 lei
- 20% Preț: 227.14 lei
- 20% Preț: 183.40 lei
- 20% Preț: 245.43 lei
- 20% Preț: 306.71 lei
- 20% Preț: 227.08 lei
- 20% Preț: 276.81 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.03 lei
- 20% Preț: 235.39 lei
- 20% Preț: 335.08 lei
- 20% Preț: 300.41 lei
- 20% Preț: 305.60 lei
- 20% Preț: 272.43 lei
- 20% Preț: 321.25 lei
- 20% Preț: 375.64 lei
- 20% Preț: 258.78 lei
- 20% Preț: 194.09 lei
- 20% Preț: 307.14 lei
- 20% Preț: 225.00 lei
- 20% Preț: 217.59 lei
- 20% Preț: 256.19 lei
- 20% Preț: 366.84 lei
- 20% Preț: 237.34 lei
- 20% Preț: 374.18 lei
- 20% Preț: 241.37 lei
- 20% Preț: 232.79 lei
- 16% Preț: 445.29 lei
- 20% Preț: 297.27 lei
- 20% Preț: 298.32 lei
- 20% Preț: 567.67 lei
- 20% Preț: 292.18 lei
- 20% Preț: 296.71 lei
- 20% Preț: 294.86 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.33 lei
- 20% Preț: 291.69 lei
- 20% Preț: 278.09 lei
- 20% Preț: 382.10 lei
- 20% Preț: 184.28 lei
- 20% Preț: 298.11 lei
- 20% Preț: 281.39 lei
- 20% Preț: 754.30 lei
- 20% Preț: 348.75 lei
Preț: 280.91 lei
Preț vechi: 351.13 lei
-20% Nou
Puncte Express: 421
Preț estimativ în valută:
53.76€ • 56.55$ • 44.51£
53.76€ • 56.55$ • 44.51£
Carte tipărită la comandă
Livrare economică 10-16 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781447141556
ISBN-10: 1447141555
Pagini: 292
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.45 kg
Ediția:2012
Editura: SPRINGER LONDON
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:London, United Kingdom
ISBN-10: 1447141555
Pagini: 292
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.45 kg
Ediția:2012
Editura: SPRINGER LONDON
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:London, United Kingdom
Public țintă
Upper undergraduateCuprins
Preface.- Introduction.- Interpreters and Compilers.- From Concrete Syntax to Abstract Syntax.- A First-Order Functional Language.- High-Order Functions.- Polymorphic Types.- Imperative Languages.- Compiling Micro-C.- Real-World Abstract Machines.- Garbage Collection.- Continuations.- Locally Optimizing Compiler.- Crash Course in F#.- Index.
Textul de pe ultima copertă
Programming Language Concepts uses a functional programming language (F#) as the metalanguage in which to present all concepts and examples, and thus has an operational flavour, enabling practical experiments and exercises. It includes basic concepts such as abstract syntax, interpretation, stack machines, compilation, type checking, and garbage collection techniques, as well as the more advanced topics on polymorphic types, type inference using unification, co- and contravariant types, continuations, and backwards code generation with on-the-fly peephole optimization.
Programming Language Concepts covers practical construction of lexers and parsers, but not regular expressions, automata and grammars, which are well covered elsewhere. It throws light on the design and technology of Java and C# to strengthen students’ understanding of these widely used languages.
The examples present several interpreters and compilers for toy languages, including a compiler for a small but usable subset of C, several abstract machines, a garbage collector, and ML-style polymorphic type inference. Each chapter has exercises based on such examples.
Complete example source files, lecture slides and other materials are available at http://www.itu.dk/people/sestoft/plc/
Programming Language Concepts covers practical construction of lexers and parsers, but not regular expressions, automata and grammars, which are well covered elsewhere. It throws light on the design and technology of Java and C# to strengthen students’ understanding of these widely used languages.
The examples present several interpreters and compilers for toy languages, including a compiler for a small but usable subset of C, several abstract machines, a garbage collector, and ML-style polymorphic type inference. Each chapter has exercises based on such examples.
Complete example source files, lecture slides and other materials are available at http://www.itu.dk/people/sestoft/plc/
Caracteristici
First programming language concepts and compiler book based on F#
Covers language design, implementation and performance consequences for the current mainstream object-oriented languages Java and C#
Full source code for examples and concepts permit experimentation
Covers language design, implementation and performance consequences for the current mainstream object-oriented languages Java and C#
Full source code for examples and concepts permit experimentation
Descriere
The full source code for the examples provided in this book aims to encourage innovation and experimentation by a readership that will gain much from the first publication of its kind based on F#. It also covers design and other aspects of Java and C#.
Notă biografică
Peter Sestoft is professor and head of department at the IT University of Copenhagen. He has 25 years teaching experience and his research interests include functional and object-oriented programming languages, the implementation of such languages, and parallel programming on multicore machines. He is the author or co-author of six books published by MIT Press, Morgan Kaufmann, Prentice-Hall and Springer.