Towards Multi-Paradigm Software Development

Total Page:16

File Type:pdf, Size:1020Kb

Towards Multi-Paradigm Software Development Towards Multi-Paradigm Software Development Valentino Vrani¶c Department of Computer Science and Engineering, Faculty of Electrical Engineering and Information Technology Slovak University of Technology in Bratislava, Slovakia Multi-paradigm software development is a possible an- multi-paradigm software development. swer to attempts of ¯nding the best paradigm. It was The move towards multi-paradigm software present in software development at the level of intuition and practiced as the \implementation detail" without a development can be felt not only in new software real support in design. Recently it is making a twofold development paradigms|e.g. aspect-oriented breakthrough: several recent programming paradigms are programming, which is bound to other para- encouraging it, while explicit multi-paradigm approaches digms from the ¯rst principles|it is present al- aim at its full-scale support. In order to demonstrate this, ready in object-oriented programming. It is even a survey of selected recent software development (pro- gramming) paradigms (aspect-oriented approaches and more notable at the language level. It is hard to generative programming) and multi-paradigm approaches ¯nd a language that is pure in the sense of pro- (multi-paradigm programming in Leda, multi-paradigm hibiting any other than its proclaimed paradigm design in C++, and intentional programming) is pre- to be used in it. sented. The survey is preceded and underpinned by the anal- What has been described is the implicit form ysis of the concept of paradigm in computer science in of multi-paradigm software development. There the context of software development, since there is no a are several approaches which make this idea ex- common agreement about the meaning of this term, de- plicit by enabling a developer not only to com- spite its wide use. The analysis showed that there are two meanings of paradigm: large-scale and small-scale. bine multiple paradigms, but also to choose the most appropriate one for the given feature of a system or family of systems. Keywords: software development, programming, The rest of this article is organized as follows. large-scale, small-scale paradigm; commonality, variabil- Section 2 explores the concept of paradigm in ity analysis; multi-paradigm, aspect-oriented, generative, computer science in the context of software de- Leda, intentional programming; metaparadigm. velopment. Section 3 is an overview of selected recent post-object-oriented paradigms, namely 1 Introduction aspect-oriented programming approaches and generative programming. Section 4 proceeds The way software is developed is changing. En- with recent post-object-oriented approaches that forced by the need for mass production of qual- exhibit explicitly the multi-paradigm character. ity software and enabled by the grown experi- Section 5 closes the article with conclusions and ence of the ¯eld, software development is mov- proposals for further work. ing towards industrialization. The question is no longer which single tool is the best one, but how to select the right tools for each task to be 2 The Concept of Paradigm in accomplished. Software Development This article maps the state of the art in the ¯eld of post-object-oriented software devel- Paradigm is a very often used|and even more opment. Most notably, it is devoted to the often abused|word in computer science in the promising concepts of aspect-oriented program- context of software development. Its importance ming, generative programming and, particularly, arose signi¯cantly with appearance of so-called 1 2 Towards Multi-Paradigm Software Development multi-paradigm approaches. Before discussing 2.1 Large-Scale Paradigms them, the concept of paradigm in software de- velopment requires a deeper examination. We The notion of paradigm in the context of soft- must consider both the well-established meaning ware development is used at two levels of granu- of paradigm in science and the actual meaning larity. Let us ¯rst discuss the large-scale mean- of the word in order to ¯nd out when its use in ing of paradigm, which, as it has already been computer science is justi¯ed, and also to gain a mentioned, denotes the essence of a software de- better understanding of the concept of paradigm velopment process. Coplien used the term large- itself. scale paradigm to denote programming para- digms in, as he said, a \popular" sense [Cop99a]. The term paradigm in science is strongly re- Besides software development paradigm and lated to Thomas Kuhn and his essay [Kuh70], software engineering paradigm, at least two more where it has been used to denote a consistent terms are used to refer to large-scale paradigm collection of methods and techniques accepted by of software development: programming paradigm the relevant scienti¯c community as a prevailing or, simply, programming. Although in common methodology of the speci¯c ¯eld. use (for historical reasons), one must be car- ful with these terms because of possible misun- In computer science, the term paradigm de- derstanding: programming sometimes stands for notes the essence of a software development pro- implementation only, as other phases of a soft- cess (often referred to as programming, see Sec- ware development process can also be referred to tion 2.1). Unfortunately, this is not the only pur- explicitly (e.g., object-oriented analysis, object- pose this term is used for. Probably no science oriented design, etc.). has accepted this term with such an enthusiasm The name of a paradigm reveals its most sig- as computer science did; there are a lot of meth- ni¯cant characteristic [Vra00]. Sometimes it is ods whose authors could not resist the tempta- derived from the central abstraction the para- tion to raise them to the level of paradigm (just digm deals with, as it is a function to functional try a keyword \paradigm" in some citing index paradigm, an object to object-oriented paradigm or digital library, e.g. [NEC]). Although not con- (according to [Mey97] it is not object but class tradictory to the original meaning of the word that is the central abstraction in object-oriented paradigm, such an overuse causes confusion. paradigm), etc. The basic meaning of paradigm is example, es- Lack of a general agreement on which name pecially a typical one, or pattern, which is in a di- denotes which paradigm is a potential source of rect connection to its etymology (Greek \to show confusion. For example, although the term func- side by side") [Mer]. The meaning and etymol- tional paradigm is usually used to denote a kind ogy pose no restriction to the extent of the exam- of application paradigm, as opposed to proce- ple or pattern it refers to. This is reflected in the dural paradigm, in [Mey97] it is used to denote common use of the word paradigm today: on the exactly the procedural paradigm. It is hard to one hand, it has the meaning of a whole philo- blame the author for misuse of the term know- sophical and theoretical framework of scienti¯c ing that the procedure is often being denoted as school (akin to Kuhn's interpretation), while on function. the other hand, it is simply an example as in lin- It must be distinguished between the software guistics where it has the meaning of an example development paradigm itself and the means used of conjugation or declension showing a word in to support its realization. Unfortunately, this is all its inflectional forms [Mer]. another source of confusion. For example, any paradigm can be visualized by means of a visual Computer science, being a science whose great environment and thus it makes no sense to speak part is devoted to a special kind of languages about the visual paradigm (as in [Bud95]). Mak- intended for programming, hosts well both of ing a complete classi¯cation and comparison of these two interpretations of paradigm covered in the software development paradigms is beyond a more detail in the following text. the scope of this text; see [N¶av96] for the com- Towards Multi-Paradigm Software Development 3 parison of selected programming paradigms re- the root in order to obtain di®erent forms of the garding the concepts of abstraction and general- word. ization. Scope, commonality and variability (SCV) A software development paradigm is con- analysis [CHW98] can be used to describe these stantly changing, improving, or better to say language level paradigms. Here are the de¯ni- re¯ning. The basic principles it lays on must tions of the three cornerstone terms in SCV anal- be preserved; otherwise it would evolve into an- ysis (instead of entities the word objects was used other paradigm. Consider, for example, the sim- in [CHW98], but this could lead to a confusion pli¯ed view on the evolution of object-oriented with objects in the sense of object-oriented pa- paradigm. First, there were commands (impera- radigm): tive programming). Then named groups of com- mands appeared, known as procedures (proce- Scope (S): a set of entities; dural programming). Finally, procedures were Commonality (C): an assumption held uni- incorporated into the data it operated on yield- formly across a given set of entities S; ing objects/classes (object-oriented paradigm). However, according to Kuhn, paradigms do Variability (V ): an assumption true for only not evolve, although it could seem so; it is the some elements of S. scienti¯c revolution that ends the old and starts SCV analysis of procedures paradigm illus- a new paradigm [Kuh70]. A paradigm is dom- trates the de¯nition (based on an example inant by de¯nition and thus there can be only from [CHW98]): one at a time in a given ¯eld of science unless the ¯eld is in an unstable state. According to S: a collection of similar code fragments, each this, simultaneous existence of several software to be replaced by a call to some new proce- development paradigms indicates that the ¯eld dure P ; of software development is either in an unstable state, or all these paradigms are parts of the one C: the code common to all fragments in S; not yet fully recognized nor explicitly named pa- V : the \uncommon" code in S; variabilities are radigm.
Recommended publications
  • Towards Software Development
    WDS'05 Proceedings of Contributed Papers, Part I, 36–40, 2005. ISBN 80-86732-59-2 © MATFYZPRESS Towards Software Development P. Panuška Charles University, Faculty of Mathematics and Physics, Prague, Czech Republic. Abstract. New approaches to software development have evolved recently. Among these belong not only development tools like IDEs, debuggers and Visual modelling tools but also new, modern1 styles of programming including Language Oriented Programming, Aspect Oriented Programming, Generative Programming, Generic Programming, Intentional Programming and others. This paper brings an overview of several methods that may help in software development. Introduction An amazing progress in software algorithms, hardware, GUI and group of problems we can solve has been made within last 40 years. Unfortunately, the same we cannot say about the way the software is actually made. The source code of programs has not changed and editors we use to edit, create and maintain computer programs still work with the source code mainly as with a piece of text. This is not the only relic remaining in current software development procedures. Software development is one of human tasks where most of the job must be done by people. Human resources belong to the most expensive, most limiting and most unreliable ones. People tend to make more mistakes than any kind of automatic machines. They must be trained, may strike, may get ill, need holidays, lunch breaks, baby breaks, etc. Universities can not produce an unlimited number of software engineers. Even if the number of technical colleges were doubled, it would not lead in double amount of high-quality programmers.
    [Show full text]
  • Bibliography on Transformation Systems (PDF Format)
    Transformation Technology Bibliography, 1998 Ira Baxter Semantic Designs 12636 Research Blvd, Suite C214 Austin, Texas 78759 [email protected] The fundamental ideas for transformation systems are: domains where/when does one define a notation for a problem area; semantics how the meaning of a notation is defined; implementation what it means for one spec fragment to “implement” another; and control how to choose among possible implementations. The following references describe various ways of implementing one or more of the above ideas. Unfortunately, there aren't any easy, obviously good articles or books on the topic, and there is a lot of exotic technology. I recommend: the Agresti book (a number of short papers) for overview, the Feather survey paper for conciseness and broadness. These are the minimum required reading to get a sense of the field. The Partsch book is excellent for a view of transformational development using wide spectrum languages, but fails to address domains and control. The Turski book is very good for some key theory, but you have to be determined to wade through it. Bibliography [AGRESTI86] What are the New Paradigms?, William W. Agresti, New Paradigms for Software Development, William W. Agresti, IEEE Press, 1986, ISBN 0-8186-0707-6. [ALLEMANG90] Understandings Programs as Devices, Dean T. Allemang, Ph.D. Thesis, Computer Science Department, Ohio State University, Columbus, Ohio, 1990. [ALLEN90] Readings in Planning, James Allen, James Hendler and Austin Tate, Morgan Kaufmann, San Mateo, California,1990, ISBN 1-55860-130-9. [ASTESIANO87] An Introduction to ASL, Egidio Astesiano and Martin Wirsing, pp. 343-365, Program Specification and Transformation, L.
    [Show full text]
  • Components and Generative Programming
    Components and Generative Programming Krzysztof Czarnecki1 and Ulrich W. Eisenecker2 1DaimlerChrysler AG Research and Technology, Ulm, Germany [email protected] 2University of Applied Sciences Heidelberg, Germany [email protected] Abstract. This paper is about a paradigm shift from the current practice of manually searching for and adapting components and their manual assembly to Generative Programming, which is the automatic selection and assembly of components on demand. First, we argue that the current OO technology does not support reuse and configurability in an effective way. Then we show how a system family approach can aid in defining reusable components. Finally, we describe how to automate the assembly of components based on configuration knowledge. We compare this paradigm shift to the introduction of interchangeable parts and automated assembly lines in the automobile industry. We also illustrate the steps necessary to develop a product line using a simple example of a car product line. We present the feature model of the product line, develop a layered architecture for it, and automate the assembly of the components using a generator. We also discuss some design issues, applicability of the approach, and future development. 1 From Handcrafting to an Automated Assembly Line This paper is about a paradigm shift from the current practice of manually searching for and adapting components and their manual assembly to Generative Programming, which is the automatic selection and assembly of components on demand. This paradigm shift takes two steps. First, we need to move our focus from engineering single systems to engineering families of systems—this will allow us to come up with the “right” implementation components.
    [Show full text]
  • Reliable and Automatic Composition of Language Extensions to C
    Reliable and Automatic Composition of Language Extensions to C The ableC Extensible Language Framework 98 TED KAMINSKI, University of Minnesota, USA LUCAS KRAMER, University of Minnesota, USA TRAVIS CARLSON, University of Minnesota, USA ERIC VAN WYK, University of Minnesota, USA This paper describes an extensible language framework, ableC, that allows programmers to import new, domain-specific, independently-developed language features into their programming language, in thiscase C. Most importantly, this framework ensures that the language extensions will automatically compose to form a working translator that does not terminate abnormally. This is possible due to two modular analyses that extension developers can apply to their language extension to check its composability. Specifically, these ensure that the composed concrete syntax specification is non-ambiguous and the composed attribute grammar specifying the semantics is well-defined. This assurance and the expressiveness of the supported extensions is a distinguishing characteristic of the approach. The paper describes a number of techniques for specifying a host language, in this case C at the C11 standard, to make it more amenable to language extension. These include techniques that make additional extensions pass these modular analyses, refactorings of the host language to support a wider range of extensions, and the addition of semantic extension points to support, for example, operator overloading and non-local code transformations. CCS Concepts: • Software and its engineering → Extensible languages; Translator writing systems and compiler generators; Additional Key Words and Phrases: extensible compiler frameworks, domain specific languages, language composition, attribute grammars, context-aware scanning ACM Reference Format: Ted Kaminski, Lucas Kramer, Travis Carlson, and Eric Van Wyk.
    [Show full text]
  • Notes on Postmodern Programming
    Notes on Postmodern Programming James Noble, Robert Biddle Computer Science, Victoria University of Wellington, New Zealand. robert,kjx ¡ @mcs.vuw.ac.nz March 23, 2002 0 Manifesto The ultimate goal of all computer science is the program. The performance of programs was once the noblest function of computer science, and computer science was indispensable to great programs. Today, programming and com- puter science exist in complacent isolation, and can only be rescued by the conscious co-operation and collaboration of all programmers. The universities were unable to produce this unity; and how indeed, should they have done so, since creativity cannot be taught? Designers, programmers and engineers must once again come to know and comprehend the composite character of a program, both as an entity and in terms of its various parts. Then their work will be filled with that true software spirit which, as “theory of computing”, it has lost. Universities must return to programming. The worlds of the formal methods and algorithm analysis, consisting only of logic and mathematics, must become once again a world in which things are built. If the young person who rejoices in creative activity now begins his career as in the older days by learning to program, then the unproductive “scientist” will no longer be condemned to inadequate science, for their skills will be preserved for the programming in which they can achieve great things. Designers, programmers, engineers, we must all return to programming! There is no essential difference between the computer scientist and the pro- grammer. The computer scientist is an exalted programmer.
    [Show full text]
  • Generative Programming Methods Tools and Applications
    Generative Programming Methods Tools And Applications Dewy-eyed and Serbonian Tremain forsook, but Dirk actuarially focalise her Bagley. Hurried and conirostral Collin never left his mastigophorans! Louie never long any tout streaks unlively, is Regan surly and salutary enough? Specific isbn edition is less, methods and generative programming tools applications. To illustrate, consider again the previous example of implementing different error handling policies in a certain piece of code. Once developed, these common components would form the basis of each gateway system. Please try after some time. Static Interactions between Components. Unix is in some solutions lacking in different delivery, comparative study and applications and build complete applications. Specifically, we will learn about loose coupling between structure and behavior which leads to adaptiveness. The object code that is generated by the extended compiler encodes both the behaviour defined by the base program and the aspect defined by the aspect program. The raw dblp metadata in XML files as stable, persistent releases. Engineering possible and allows to expand the generator when necessary. System specific applications and products with applicability to the product family can be added to the common set of assets for other systems to reuse. You want to start with an instance of the code. In the future, concepts of ubiquitous communications infrastructure, dynamic service discovery, and mobile agents will enable loosely coupled systems to collaborate to establish objectives and achieve broad mission goals. There is a natural resistance to change, whether organizational or process. However, standards alone will not be sufficient to solve the problem. Comments on this work from the members of this community are welcome and appreciated.
    [Show full text]
  • Guide for Caadria Conference Authors
    A CASE FOR ARCHITECTURAL COMPUTING Computing Using Architectural Constructs GANAPATHY MAHALINGAM North Dakota State University, U.S.A. [email protected] Abstract. This paper is about the potential of architectural computing. Architectural computing is defined as computing that is done with computational structures that are based on architectural forms. An analysis of works of architecture reveals the embedded forms in the works of architecture. A uniform, connections-based representation of these architectural forms allows us to derive computational structures from them. These computational structures form the basis of architectural computing. In this paper a case is made for architectural computing, ideas are provided for how it could be done, and the benefits of architectural computing are briefly explored. Keywords. Architectural computing: architectural programming language; intentional programming; connections-based paradigm. 1. Introduction Researchers in the field of computer-aided architectural design have pondered the computability of design for the past 3 to 4 decades. While this inquiry may seem moot now, given that most design activities can be performed on the computer using various pieces of software, it has masked what can now be considered as a unique form of computing, architectural computing. Claude Shannon (1937), in his influential master’s thesis, A Symbolic Analysis of Relay and Switching Circuits, literally founded modern digital computing by integrating Boolean algebra, binary arithmetic and electromechanical relays into an effective device to perform computations. What if we now recast the inherent devices of architecture as effective machines? Can we build architectural computers from them? What would these computers do and what would be their unique characteristics? What if we derive an architectural programming language from the operations of architectural design? Not too long ago, Charles Simonyi (1995) hailed the death of computer languages and the birth of intentional programming.
    [Show full text]
  • A Browser for Incremental Programming
    Portland State University PDXScholar Computer Science Faculty Publications and Presentations Computer Science 9-2003 A Browser for Incremental Programming Andrew P. Black Portland State University, [email protected] Follow this and additional works at: https://pdxscholar.library.pdx.edu/compsci_fac Part of the Programming Languages and Compilers Commons, and the Software Engineering Commons Let us know how access to this document benefits ou.y Citation Details Schärli, Nathanael, and Andrew P. Black. "A browser for incremental programming." Computer Languages, Systems & Structures 30.1 (2004): 79-95. This Post-Print is brought to you for free and open access. It has been accepted for inclusion in Computer Science Faculty Publications and Presentations by an authorized administrator of PDXScholar. Please contact us if we can make this document more accessible: [email protected]. A Browser for Incremental Programming Nathanael Scharli¨ a,∗ Andrew P. Black b aSoftware Composition Group, University of Bern, Switzerland bOGI School of Science & Engineering, Oregon Health & Science University, USA Abstract Much of the elegance and power of Smalltalk comes from its programming environment and tools. First introduced more than 20 years ago, the Smalltalk browser enables programmers to “home in” on particular methods using a hierarchy of manually-defined classifications. By its nature, this clas- sification scheme says a lot about the desired state of the code, but little about the actual state of the code as it is being developed. We have extended the Smalltalk browser with dynamically computed virtual categories that dramatically improve the browser’s support for incremental programming. We illustrate these improvements by example, and describe the algorithms used to compute the virtual categories efficiently.
    [Show full text]
  • Using Storytelling to Make Computer Programming Attractive to Middle School Girls
    Motivating Programming: using storytelling to make computer programming attractive to middle school girls Caitlin Kelleher November, 2006 CMU-CS-06-171 School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy. Thesis Committee: Randy Pausch (chair) Jessica Hodgins Sara Kiesler Alan Kay, Viewpoints Research Copyright © 2006 Caitlin Kelleher This research was sponsored by the Office of Naval Research under grant no. N00140210439 and by the National Science Foundation (NSF) under grant nos. IIS-0329090, DUE-0339734, IIS-0121629, IIS-9812012 and a generous NSF Graduate Fellowship. The views and conclusions contained in this document are those of the author and should not be interpreted as representing the official policies, either expressed or implied, of any sponsoring institution, the U.S. government or any other entity. Keywords: programming environments, gender, computer science education, motivation, storytelling, Alice, Stencils Abstract Women are currently under-represented in computer science. Increasing the numbers of female students who pursue computer science has the potential both to improve the technology we create by diversifying the viewpoints that influence technology design and to help fill projected computing jobs. Numerous studies have found that girls begin to turn away from math and science related disciplines, including computer science, during middle school. By the end of eighth grade, twice as many boys as girls are interested in pursuing science, engineering, or technology based careers. In this thesis, I describe Storytelling Alice, a programming environment that gives middle school girls a positive first experience with computer programming.
    [Show full text]
  • Generative Programming
    Generative Programming Principles and Techniques of Software Engineering Based on Automated Configuration and Fragment-Based Component Models by Dipl.-Inf. Krzysztof Czarnecki A dissertation submitted in partial fulfillment of the requirements for the degree of Doktor-Ingenieur Department of Computer Science and Automation Technical University of Ilmenau October 1998 Supervisory Committee: Universitair Hoofd Docent Dr. Mehmet Aksit, University of Twente, The Netherlands Prof. Dr. Ulrich W. Eisenecker, FH Heidelberg, Germany Prof. Dr.-Ing. habil. Dietrich Reschke (Chairperson of Supervisory Committee), TU Ilmenau, Germany Oral defense held on August 9, 1999 iii Abstract Current object-oriented (OO) and component technologies suffer from several problems such as the lack of analysis and design methods for the development for reuse, lack of effective techniques for dealing with many variants of components, loss of design knowledge due to the semantic gap between domain abstractions and programming language features, and runtime performance penalties for clean and flexible design. This thesis proposes Generative Programming (GP) as a comprehensive software development paradigm to achieving high intentionality, reusability, and adaptability without the need to compromise the runtime performance and computing resources of the produced software. In the area of analysis and design for GP, we investigate Domain Engineering (DE) methods and their integration with OO analysis and design (OOA/D) methods. The main difference between DE methods and OOA/D methods is that the first are geared towards developing whole families of systems while the latter focus on developing single systems. We identify feature modeling as the main contribution of DE to OOA/D. Feature models represent the configurability aspect of reusable software at an abstract level, i.e.
    [Show full text]
  • Adaptive Object-Modeling Patterns, Tools and Applications
    · Adaptive Object-Modeling Patterns, Tools and Applications December Scientific Supervision by Ademar Aguiar, Assistant Professor Department of Informatics Engineering In partial fulfillment of requirements for the degree of Doctor of Philosophy in Computer Science by the MAPi Joint Doctoral Programme Contact Information: Hugo Sereno Ferreira Faculdade de Engenharia da Universidade do Porto Departamento de Engenharia Informática Rua Dr. Roberto Frias, s/n - Porto Portugal Tel.: + Fax.: + Email: [email protected] URL: http://www.fe.up.pt/ hugosf is thesis was typeset on an Apple® MacBook® Pro running Mac OS® X . using the free LATEX typesetting system, originally developed by Leslie Lamport based on TEX created by Donald Knuth. e body text is set in Minion Pro, a late Renaissance-era type originally designed by Robert Slimbach. Other fonts include Sans and Typewriter from the Computer Modern family, and Courier, a monospaced font originally designed by Howard Kettler at IBM and later redrawn by Adrian Frutiger. Typographical decisions were based on the recommendations given in e Elements of Typographic Style by Robert Bringhurst (), and graphical guidelines were inspired in e Visual Display of Quantitative Information by Edward Tue (). is colophon has exactly one hundred and twenty-two () words, excluding all numbers and symbols. “Adaptive Object-Modeling: Patterns, Tools and Applications” ISBN 978-989-96899-0-9 Copyright © – by Hugo Sereno Ferreira. All rights are reserved. 9 789899 689909 is work was partially funded by and , .. as a doctoral scholarship, ref. ///. …to Helena is page was intentionally le mostly blank. Abstract e field of Soware Engineering () could be regarded as in crisis since the early days of its birth.
    [Show full text]
  • Aspect-Oriented Programming Is Quantification and Oblivi- Ousness
    Aspect-Oriented Programming is Quantification and Oblivi- ousness Robert E. Filman Daniel P. Friedman RIACS Computer Science Department NASA Ames Research Center Indiana University Moffett Field, CA 94035 Bloomington, IN 47405 [email protected] [email protected] Abstract This paper proposes that the distinguishing characteristic of Aspect-Oriented Programming (AOP) systems is that they allow programming by making quantified programmatic assertions over programs written by programmers oblivious to such assertions. Thus, AOP systems can be analyzed with respect to three critical dimensions: the kinds of quantifications allowed, the nature I,,,._. the actions that can be asserted, and the mechanism for combining base-level actions with as- serted actions. Consequences of this perspective are the recognition that certain systems are not AOP and that some mechanisms are expressive enough to allow programming an AOP system within them. A corollary is that while AOP can be applied to Object-Oriented Programming, it is an independent concept applicable to other programming styles. 1. Introduction This paper is about Aspect-Oriented Programming (AOP) qua programming language. We are interested in determining what makes a language AOP. This work was prompted by a question from Tzilla Elrad, who asked whether event-based, publish and subscribe (EBPS) (for example, [9]) is AOP. After all, in a publish-and-subscribe system, separate concerns can be realized by subscribing to the events of interest to those concerns. In thinking about that question, we have come to the belief that two properties, quantification and obliviousness, are necessary for Aop.t Understanding these relationships clarifies the variety of possible AOP languages.
    [Show full text]