Object Oriented Programming Languages Interpretation

Download Object Oriented Programming Languages Interpretation PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Object Oriented Programming Languages Interpretation book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Object-Oriented Programming Languages: Interpretation

Author: Iain D. Craig
language: en
Publisher: Springer Science & Business Media
Release Date: 2007-07-16
This comprehensive examination of the main approaches to object-oriented language explains key features of the languages in use today. Class-based, prototypes and Actor languages are all examined and compared in terms of their semantic concepts. This book provides a unique overview of the main approaches to object-oriented languages. Exercises of varying length, some of which can be extended into mini-projects are included at the end of each chapter. This book can be used as part of courses on Comparative Programming Languages or Programming Language Semantics at Second or Third Year Undergraduate Level. Some understanding of programming language concepts is required.
The Interpretation of Object-Oriented Programming Languages

Author: Iain Craig
language: en
Publisher: Springer Science & Business Media
Release Date: 2012-12-06
Object-oriented languages are probably the most important development in computing for many years. They allow us to describe and to model the phys ical as well as more abstract worlds. They allow us to provide the computa tional entities we describe with a dynamics that is encapsulated, thus leading to a more distributed notion of state, a notion which, inter alia, makes pro gramming and analysis somewhat more tractable. Unfortunately, if one wants to understand the concepts that are currently employed in object-oriented languages, one must refer to the proceedings of conferences such as OOPSLA or EGOOP. These proceedings might be hard to obtain or obscure; in any case, without a background in the area, the reader will, almost certainly encounter concepts which will send them back to the literature. The aim of this book is to provide, in one place, an interpretation of the primary concepts in object-oriented programming languages. In some cases, for example, multiple inheritance, there is no single interpretation that is accepted by all; in such cases, the different approaches are explained. An attempt has been made to be as comprehensive as possible, but certain con cepts have been omitted for the reason that they are not often encountered or they have fallen from grace. The concept of the instantiable module appears to be one example of this.