- 5 Results
Lowest price: € 48.99, highest price: € 148.99, average price: € 73.46
1
Sestoft, P: Programming Language Concepts - Peter Sestoft
Order
at Orellfuessli.ch
CHF 64.90
(aprox. € 59.74)
Shipment: € 16.571
OrderSponsored link
Peter Sestoft:

Sestoft, P: Programming Language Concepts - new book

2012, ISBN: 9781447141556

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 … More...

No. 31688866. Shipping costs:Zzgl. Versandkosten. (EUR 16.57)
2
Sestoft, P: Programming Language Concepts - Peter Sestoft
Order
at Thalia.de
€ 48.99
Shipment: € 0.001
OrderSponsored link

Peter Sestoft:

Sestoft, P: Programming Language Concepts - new book

ISBN: 9781447141556

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 … More...

No. 31688866. Shipping costs:, Lieferbar innerhalb von 6 Wochen, DE. (EUR 0.00)
3
Programming Language Concepts - Peter Sestoft
Order
at Thalia.de
€ 48.99
Shipment: € 0.001
OrderSponsored link
Peter Sestoft:
Programming Language Concepts - Paperback

2012

ISBN: 9781447141556

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 … More...

Nr. 31688866. Shipping costs:, Lieferbar innerhalb von 6 Wochen, DE. (EUR 0.00)
4
Sestoft, P: Programming Language Concepts
Order
at Orellfuessli.ch
CHF 64.90
(aprox. € 60.59)
Shipment: € 16.801
OrderSponsored link
Sestoft, P: Programming Language Concepts - Paperback

2012, ISBN: 9781447141556

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 … More...

Nr. 31688866. Shipping costs:, Versandfertig innert 6 Wochen, zzgl. Versandkosten. (EUR 16.80)
5
Programming Language Concepts (Undergraduate Topics In Computer Science) (Paperback)
Order
at Fnac.com
€ 148.99
Shipment: € 8.301
OrderSponsored link
Programming Language Concepts (Undergraduate Topics In Computer Science) (Paperback) - Paperback

ISBN: 9781447141556

Fnac.com : Livraison gratuite et - 5% sur tous les livres. Programming Language Concepts (Undergraduate Topics In Computer Science) (Paperback) - Etude. Découvrez des nouveautés, des coup… More...

Nr. Shipping costs:, Le délai dépend du marchand, zzgl. Versandkosten. (EUR 8.30)

1As some platforms do not transmit shipping conditions to us and these may depend on the country of delivery, the purchase price, the weight and size of the item, a possible membership of the platform, a direct delivery by the platform or via a third-party provider (Marketplace), etc., it is possible that the shipping costs indicated by euro-book.co.uk / euro-book.co.uk do not correspond to those of the offering platform.

Bibliographic data of the best matching book

Details of the book
Sestoft, P: Programming Language Concepts

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.

Details of the book - Sestoft, P: Programming Language Concepts


EAN (ISBN-13): 9781447141556
ISBN (ISBN-10): 1447141555
Paperback
Publishing year: 2012
Publisher: Springer

Book in our database since 2012-05-10T22:23:10+01:00 (London)
Detail page last modified on 2021-10-23T21:30:54+01:00 (London)
ISBN/EAN: 9781447141556

ISBN - alternate spelling:
1-4471-4155-5, 978-1-4471-4155-6
Alternate spelling and related search-keywords:
Book author: peter sestoft
Book title: programming concepts, the programming language


Information from Publisher

Author: Peter Sestoft
Title: Undergraduate Topics in Computer Science; Programming Language Concepts
Publisher: Springer; Springer London
278 Pages
Publishing year: 2012-06-10
London; GB
Printed / Made in
Weight: 0,450 kg
Language: English
48,10 € (DE)
49,45 € (AT)
60,06 CHF (CH)
Not available, publisher indicates OP

BC; Book; Hardcover, Softcover / Informatik, EDV/Programmiersprachen; Programmier- und Skriptsprachen, allgemein; Verstehen; Compilers; Type checking and type inference; Interpreters; Language Design; Continuations; B; Programming Languages, Compilers, Interpreters; Computer Science; Compiler und Übersetzer; EA; BC

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.

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.

Programming Language Concepts Programming Language Concepts

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.

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.

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 Programming Language Concepts

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



More/other books that might be very similar to this book

Latest similar book:
9783319607887 Programming Language Concepts (Peter Sestoft)


< to archive...