Programming Language Concepts

Programming Language Concepts

AngličtinaMěkká vazba
Sestoft Peter
Springer London Ltd
EAN: 9781447141556
Titul je vyprodán u vydavatele, prodej skončil
Neznámé datum dodání
1 184 Kč
Běžná cena: 1 315 Kč
Sleva 10 %
Chcete tento titul ještě dnes?
knihkupectví Megabooks Praha Korunní
není dostupné
Librairie Francophone Praha Štěpánská
není dostupné
knihkupectví Megabooks Ostrava
není dostupné
knihkupectví Megabooks Olomouc
není dostupné
knihkupectví Megabooks Plzeň
není dostupné
knihkupectví Megabooks Brno
není dostupné
knihkupectví Megabooks Hradec Králové
není dostupné
knihkupectví Megabooks České Budějovice
není dostupné

Podrobné informace

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.

EAN 9781447141556
ISBN 1447141555
Typ produktu Měkká vazba
Vydavatel Springer London Ltd
Datum vydání 10. června 2012
Stránky 278
Jazyk English
Rozměry 235 x 155
Země United Kingdom
Sekce Professional & Scholarly
Autoři Sestoft Peter
Ilustrace 17 SW-Abb.
Edice 2012 ed.
Série Undergraduate Topics in Computer Science