Programming Language Concepts: Undergraduate Topics in Computer Science
Autor Peter Sestoften Limba Engleză Paperback – 12 sep 2017
This second edition includes two new chapters. One describes compilation and type checking of a full functional language, tying together the previous chapters. The other describes how to compile a C subset to real (x86) hardware, as a smooth extension of the previously presented compilers.The examples present several interpreters and compilers for toy languages, including compilers for a small but usable subset of C, abstract machines, a garbage collector, and ML-style polymorphic type inference. Each chapter has exercises. Programming Language Concepts covers practical construction of lexers and parsers, but not regular expressions, automata and grammars, which are well covered already. It discusses the design and technology of Java and C# to strengthen students’ understanding of these widely used languages.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (2) | 280.92 lei 38-44 zile | +22.98 lei 10-14 zile |
Springer International Publishing – 12 sep 2017 | 292.61 lei 3-5 săpt. | +22.98 lei 10-14 zile |
SPRINGER LONDON – 9 iun 2012 | 280.92 lei 38-44 zile |
Din seria Undergraduate Topics in Computer Science
- 20% Preț: 339.43 lei
- 20% Preț: 233.75 lei
- 20% Preț: 318.97 lei
- 20% Preț: 227.15 lei
- 20% Preț: 185.83 lei
- 20% Preț: 306.71 lei
- 20% Preț: 305.01 lei
- 20% Preț: 316.24 lei
- 20% Preț: 226.64 lei
- 20% Preț: 276.82 lei
- 20% Preț: 179.87 lei
- 20% Preț: 395.04 lei
- 20% Preț: 272.43 lei
- 20% Preț: 245.43 lei
- 20% Preț: 280.92 lei
- Preț: 334.88 lei
- 20% Preț: 287.22 lei
- 20% Preț: 350.89 lei
- 20% Preț: 304.33 lei
- 20% Preț: 258.78 lei
- 20% Preț: 192.73 lei
- 20% Preț: 307.16 lei
- 20% Preț: 225.02 lei
- 20% Preț: 217.61 lei
- 20% Preț: 254.37 lei
- 20% Preț: 305.61 lei
- 20% Preț: 371.63 lei
- 20% Preț: 375.53 lei
- 20% Preț: 237.35 lei
- 20% Preț: 374.20 lei
- 20% Preț: 244.56 lei
- 20% Preț: 235.86 lei
- 20% Preț: 460.02 lei
- 20% Preț: 297.28 lei
- 20% Preț: 302.21 lei
- 20% Preț: 575.12 lei
- 20% Preț: 296.00 lei
- 20% Preț: 300.57 lei
- 20% Preț: 298.68 lei
- 20% Preț: 191.35 lei
- 20% Preț: 243.35 lei
- 20% Preț: 295.49 lei
- 20% Preț: 278.10 lei
- 20% Preț: 387.09 lei
- 20% Preț: 184.28 lei
- 20% Preț: 301.98 lei
- 20% Preț: 281.40 lei
Preț: 292.61 lei
Preț vechi: 365.77 lei
-20% Nou
Puncte Express: 439
Preț estimativ în valută:
56.04€ • 57.74$ • 46.94£
56.04€ • 57.74$ • 46.94£
Carte disponibilă
Livrare economică 01-15 februarie
Livrare express 21-25 ianuarie pentru 32.97 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783319607887
ISBN-10: 331960788X
Pagini: 341
Ilustrații: XV, 341 p. 87 illus.
Dimensiuni: 155 x 235 x 25 mm
Greutate: 0.5 kg
Ediția:2nd ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
ISBN-10: 331960788X
Pagini: 341
Ilustrații: XV, 341 p. 87 illus.
Dimensiuni: 155 x 235 x 25 mm
Greutate: 0.5 kg
Ediția:2nd ed. 2017
Editura: Springer International Publishing
Colecția Springer
Seria Undergraduate Topics in Computer Science
Locul publicării:Cham, Switzerland
Cuprins
Introduction.- Interpreters and Compilers.- From Concrete Syntax to Abstract Syntax.- A First-Order Functional Language.- Higher-Order Functions.- Polymorphic Types.- Imperative Languages.- Compiling Micro-C.- Real-World Abstract Machines.- Garbage Collection.- Continuations.- A Locally Optimizing Compiler.- Compiling Micro-SML.- Real Machine Code.- A Crash Course in F#.
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.
Textul de pe ultima copertă
This book uses a functional programming language (F#) as a metalanguage 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, garbage collection, and real machine code. Also included are 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.
This second edition includes two new chapters. One describes compilation and type checking of a full functional language, tying together the previous chapters. The other describes how to compile a C subset to real (x86) hardware, as a smooth extension of the previously presented compilers.The examples present several interpreters and compilers for toy languages, including compilers for a small but usable subset of C, abstract machines, a garbage collector, and ML-style polymorphic type inference. Each chapter has exercises. Programming Language Concepts covers practical construction of lexers and parsers, but not regular expressions, automata and grammars, which are well covered already. It discusses the design and technology of Java and C# to strengthen students’ understanding of these widely used languages.
This second edition includes two new chapters. One describes compilation and type checking of a full functional language, tying together the previous chapters. The other describes how to compile a C subset to real (x86) hardware, as a smooth extension of the previously presented compilers.The examples present several interpreters and compilers for toy languages, including compilers for a small but usable subset of C, abstract machines, a garbage collector, and ML-style polymorphic type inference. Each chapter has exercises. Programming Language Concepts covers practical construction of lexers and parsers, but not regular expressions, automata and grammars, which are well covered already. It discusses the design and technology of Java and C# to strengthen students’ understanding of these widely used languages.
Caracteristici
This is the first programming language concepts and compiler book based on the functional language F# Topics covered include language design, implementation and performance consequences for the mainstream object-orientated languages Java and C# Relates the C language and its compilation, both to an abstract stack machine and to real x86 hardware Exercises inside with full source code for examples and concepts permit experimentation Includes supplementary material: sn.pub/extras
Descriere
Descriere de la o altă ediție sau format:
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#.
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#.