Foundations for Programming Languages

Foundations for Programming Languages
Author :
Publisher : Mit Press
Total Pages : 846
Release :
ISBN-10 : 0262133210
ISBN-13 : 9780262133210
Rating : 4/5 (10 Downloads)

Synopsis Foundations for Programming Languages by : John C. Mitchell

"Programming languages embody the pragmatics of designing software systems, and also the mathematical concepts which underlie them. Anyone who wants to know how, for example, object-oriented programming rests upon a firm foundation in logic should read this book. It guides one surefootedly through the rich variety of basic programming concepts developed over the past forty years." -- Robin Milner, Professor of Computer Science, The Computer Laboratory, Cambridge University "Programming languages need not be designed in an intellectual vacuum; John Mitchell's book provides an extensive analysis of the fundamental notions underlying programming constructs. A basic grasp of this material is essential for the understanding, comparative analysis, and design of programming languages." -- Luca Cardelli, Digital Equipment Corporation Written for advanced undergraduate and beginning graduate students, "Foundations for Programming Languages" uses a series of typed lambda calculi to study the axiomatic, operational, and denotational semantics of sequential programming languages. Later chapters are devoted to progressively more sophisticated type systems.

Essentials of Programming Languages, third edition

Essentials of Programming Languages, third edition
Author :
Publisher : MIT Press
Total Pages : 433
Release :
ISBN-10 : 9780262062794
ISBN-13 : 0262062798
Rating : 4/5 (94 Downloads)

Synopsis Essentials of Programming Languages, third edition by : Daniel P. Friedman

A new edition of a textbook that provides students with a deep, working understanding of the essential concepts of programming languages, completely revised, with significant new material. This book provides students with a deep, working understanding of the essential concepts of programming languages. Most of these essentials relate to the semantics, or meaning, of program elements, and the text uses interpreters (short programs that directly analyze an abstract representation of the program text) to express the semantics of many essential language elements in a way that is both clear and executable. The approach is both analytical and hands-on. The book provides views of programming languages using widely varying levels of abstraction, maintaining a clear connection between the high-level and low-level views. Exercises are a vital part of the text and are scattered throughout; the text explains the key concepts, and the exercises explore alternative designs and other issues. The complete Scheme code for all the interpreters and analyzers in the book can be found online through The MIT Press web site. For this new edition, each chapter has been revised and many new exercises have been added. Significant additions have been made to the text, including completely new chapters on modules and continuation-passing style. Essentials of Programming Languages can be used for both graduate and undergraduate courses, and for continuing education courses for programmers.

Crafting Interpreters

Crafting Interpreters
Author :
Publisher : Genever Benning
Total Pages : 1021
Release :
ISBN-10 : 9780990582946
ISBN-13 : 0990582949
Rating : 4/5 (46 Downloads)

Synopsis Crafting Interpreters by : Robert Nystrom

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.

Programming Languages: History and Fundamentals

Programming Languages: History and Fundamentals
Author :
Publisher : Prentice Hall
Total Pages : 830
Release :
ISBN-10 : UOM:39015002080219
ISBN-13 :
Rating : 4/5 (19 Downloads)

Synopsis Programming Languages: History and Fundamentals by : Jean E. Sammet

Monograph comprising fundamental information on the history and characteristics of approximately 120 programming languages for computer usage - covers technical aspects, language structure, etc. Bibliography at the end of each chapter.

Practical Foundations for Programming Languages

Practical Foundations for Programming Languages
Author :
Publisher : Cambridge University Press
Total Pages : 513
Release :
ISBN-10 : 9781107150300
ISBN-13 : 1107150302
Rating : 4/5 (00 Downloads)

Synopsis Practical Foundations for Programming Languages by : Robert Harper

This book unifies a broad range of programming language concepts under the framework of type systems and structural operational semantics.

Types and Programming Languages

Types and Programming Languages
Author :
Publisher : MIT Press
Total Pages : 656
Release :
ISBN-10 : 0262162091
ISBN-13 : 9780262162098
Rating : 4/5 (91 Downloads)

Synopsis Types and Programming Languages by : Benjamin C. Pierce

A comprehensive introduction to type systems and programming languages. A type system is a syntactic method for automatically checking the absence of certain erroneous behaviors by classifying program phrases according to the kinds of values they compute. The study of type systems—and of programming languages from a type-theoretic perspective—has important applications in software engineering, language design, high-performance compilers, and security. This text provides a comprehensive introduction both to type systems in computer science and to the basic theory of programming languages. The approach is pragmatic and operational; each new concept is motivated by programming examples and the more theoretical sections are driven by the needs of implementations. Each chapter is accompanied by numerous exercises and solutions, as well as a running implementation, available via the Web. Dependencies between chapters are explicitly identified, allowing readers to choose a variety of paths through the material. The core topics include the untyped lambda-calculus, simple type systems, type reconstruction, universal and existential polymorphism, subtyping, bounded quantification, recursive types, kinds, and type operators. Extended case studies develop a variety of approaches to modeling the features of object-oriented languages.

Design Concepts in Programming Languages

Design Concepts in Programming Languages
Author :
Publisher : MIT Press
Total Pages : 1347
Release :
ISBN-10 : 9780262303156
ISBN-13 : 0262303159
Rating : 4/5 (56 Downloads)

Synopsis Design Concepts in Programming Languages by : Franklyn Turbak

Key ideas in programming language design and implementation explained using a simple and concise framework; a comprehensive introduction suitable for use as a textbook or a reference for researchers. Hundreds of programming languages are in use today—scripting languages for Internet commerce, user interface programming tools, spreadsheet macros, page format specification languages, and many others. Designing a programming language is a metaprogramming activity that bears certain similarities to programming in a regular language, with clarity and simplicity even more important than in ordinary programming. This comprehensive text uses a simple and concise framework to teach key ideas in programming language design and implementation. The book's unique approach is based on a family of syntactically simple pedagogical languages that allow students to explore programming language concepts systematically. It takes as premise and starting point the idea that when language behaviors become incredibly complex, the description of the behaviors must be incredibly simple. The book presents a set of tools (a mathematical metalanguage, abstract syntax, operational and denotational semantics) and uses it to explore a comprehensive set of programming language design dimensions, including dynamic semantics (naming, state, control, data), static semantics (types, type reconstruction, polymporphism, effects), and pragmatics (compilation, garbage collection). The many examples and exercises offer students opportunities to apply the foundational ideas explained in the text. Specialized topics and code that implements many of the algorithms and compilation methods in the book can be found on the book's Web site, along with such additional material as a section on concurrency and proofs of the theorems in the text. The book is suitable as a text for an introductory graduate or advanced undergraduate programming languages course; it can also serve as a reference for researchers and practitioners.

Concepts in Programming Languages

Concepts in Programming Languages
Author :
Publisher : Cambridge University Press
Total Pages : 546
Release :
ISBN-10 : 0521780985
ISBN-13 : 9780521780988
Rating : 4/5 (85 Downloads)

Synopsis Concepts in Programming Languages by : John C. Mitchell

A comprehensive undergraduate textbook covering both theory and practical design issues, with an emphasis on object-oriented languages.

Principles of Compiler Design

Principles of Compiler Design
Author :
Publisher :
Total Pages : 612
Release :
ISBN-10 : 8185015619
ISBN-13 : 9788185015613
Rating : 4/5 (19 Downloads)

Synopsis Principles of Compiler Design by : Aho Alfred V

History of Programming Languages

History of Programming Languages
Author :
Publisher : Academic Press
Total Pages : 784
Release :
ISBN-10 : 9781483266169
ISBN-13 : 1483266168
Rating : 4/5 (69 Downloads)

Synopsis History of Programming Languages by : Richard L. Wexelblat

History of Programming Languages presents information pertinent to the technical aspects of the language design and creation. This book provides an understanding of the processes of language design as related to the environment in which languages are developed and the knowledge base available to the originators. Organized into 14 sections encompassing 77 chapters, this book begins with an overview of the programming techniques to use to help the system produce efficient programs. This text then discusses how to use parentheses to help the system identify identical subexpressions within an expression and thereby eliminate their duplicate calculation. Other chapters consider FORTRAN programming techniques needed to produce optimum object programs. This book discusses as well the developments leading to ALGOL 60. The final chapter presents the biography of Adin D. Falkoff. This book is a valuable resource for graduate students, practitioners, historians, statisticians, mathematicians, programmers, as well as computer scientists and specialists.