Muutke küpsiste eelistusi

Programming Language Concepts 2012 ed. [Pehme köide]

  • Formaat: Paperback / softback, 278 pages, kõrgus x laius: 235x155 mm, kaal: 450 g, 17 Illustrations, black and white; XIV, 278 p. 17 illus., 1 Paperback / softback
  • Sari: Undergraduate Topics in Computer Science
  • Ilmumisaeg: 10-Jun-2012
  • Kirjastus: Springer London Ltd
  • ISBN-10: 1447141555
  • ISBN-13: 9781447141556
Teised raamatud teemal:
  • Pehme köide
  • Hind: 46,44 €*
  • * saadame teile pakkumise kasutatud raamatule, mille hind võib erineda kodulehel olevast hinnast
  • See raamat on trükist otsas, kuid me saadame teile pakkumise kasutatud raamatule.
  • Kogus:
  • Lisa ostukorvi
  • Tasuta tarne
  • Lisa soovinimekirja
  • Formaat: Paperback / softback, 278 pages, kõrgus x laius: 235x155 mm, kaal: 450 g, 17 Illustrations, black and white; XIV, 278 p. 17 illus., 1 Paperback / softback
  • Sari: Undergraduate Topics in Computer Science
  • Ilmumisaeg: 10-Jun-2012
  • Kirjastus: Springer London Ltd
  • ISBN-10: 1447141555
  • ISBN-13: 9781447141556
Teised raamatud teemal:

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.



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#.

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.