12
views
0
recommends
+1 Recommend
0 collections
    0
    shares
      • Record: found
      • Abstract: found
      • Article: found
      Is Open Access

      Shallow EDSLs and Object-Oriented Programming: Beyond Simple Compositionality

      Preprint
      ,

      Read this article at

      Bookmark
          There is no author summary for this article yet. Authors can add summaries to their articles on ScienceOpen to make them more accessible to a non-specialist audience.

          Abstract

          Context: Embedded Domain-Specific Languages (EDSLs) are a common and widely used approach to DSLs in various languages, including Haskell and Scala. There are two main implementation techniques for EDSLs: shallow embeddings and deep embeddings. Inquiry: Shallow embeddings are quite simple, but they have been criticized in the past for being quite limited in terms of modularity and reuse. In particular, it is often argued that supporting multiple DSL interpretations in shallow embeddings is difficult. Approach: This paper argues that shallow EDSLs and Object-Oriented Programming (OOP) are closely related. Gibbons and Wu already discussed the relationship between shallow EDSLs and procedural abstraction, while Cook discussed the connection between procedural abstraction and OOP. We make the transitive step in this paper by connecting shallow EDSLs directly to OOP via procedural abstraction. The knowledge about this relationship enables us to improve on implementation techniques for EDSLs. Knowledge: This paper argues that common OOP mechanisms (including inheritance, subtyping, and type-refinement) increase the modularity and reuse of shallow EDSLs when compared to classical procedural abstraction by enabling a simple way to express multiple, possibly dependent, interpretations. Grounding: We make our arguments by using Gibbons and Wu's examples, where procedural abstraction is used in Haskell to model a simple shallow EDSL. We recode that EDSL in Scala and with an improved OO-inspired Haskell encoding. We further illustrate our approach with a case study on refactoring a deep external SQL query processor to make it more modular, shallow, and embedded. Importance: This work is important for two reasons. Firstly, from an intellectual point of view, this work establishes the connection between shallow embeddings and OOP, which enables a better understanding of both concepts. Secondly, this work illustrates programming techniques that can be used to improve the modularity and reuse of shallow EDSLs.

          Related collections

          Most cited references19

          • Record: found
          • Abstract: not found
          • Book: not found

          Handbook on Sourdough Biotechnology

            Bookmark
            • Record: found
            • Abstract: not found
            • Article: not found

            Finally tagless, partially evaluated: Tagless staged interpreters for simpler typed languages

              Bookmark
              • Record: found
              • Abstract: not found
              • Conference Proceedings: not found

              LINQ

                Bookmark

                Author and article information

                Journal
                01 February 2019
                Article
                10.22152/programming-journal.org/2019/3/10
                1902.00548
                eaa8d451-2a83-4c87-9765-cc9f3947f4ab

                http://arxiv.org/licenses/nonexclusive-distrib/1.0/

                History
                Custom metadata
                The Art, Science, and Engineering of Programming, 2019, Vol. 3, Issue 3, Article 10
                cs.PL
                ProgrammingJournal

                Programming languages
                Programming languages

                Comments

                Comment on this article