Skip to main content

previous disabled Page of 2
and
  1. No Access

    Chapter and Conference Paper

    A Lazy Desugaring System for Evaluating Programs with Sugars

    Extending a programming language with syntactic sugars is common practice in language design. Given a core language, one can define a surface language on top of it with sugars. We propose a lazy desugaring sys...

    Ziyi Yang, Yushuo **ao, Zhichao Guan, Zhenjiang Hu in Functional and Logic Programming (2022)

  2. No Access

    Chapter and Conference Paper

    An Efficient Composition of Bidirectional Programs by Memoization and Lazy Update

    Bidirectional transformations (BX) are a solution to the view update problem and widely used for synchronizing data. The semantics and correctness of bidirectional programs have been investigated intensively d...

    Kanae Tsushima, Bach Nguyen Trong, Robert Glück in Functional and Logic Programming (2020)

  3. No Access

    Chapter and Conference Paper

    A Counterexample-Guided Debugger for Non-recursive Datalog

    The Datalog language is used in many potential applications including database queries, program analysis, bidirectional transformations, and so forth. In practice, such a Datalog program is expected to be well...

    Van-Dang Tran, Hiroyuki Kato, Zhenjiang Hu in Programming Languages and Systems (2020)

  4. No Access

    Chapter and Conference Paper

    Optimizing Declarative Parallel Distributed Graph Processing by Using Constraint Solvers

    Vertex-centric graph processing is a promising approach for facilitating development of parallel distributed graph processing programs. Each vertex is regarded as a tiny thread and graph processing is describe...

    Akimasa Morihata, Kento Emoto, Kiminori Matsuzaki in Functional and Logic Programming (2018)

  5. No Access

    Chapter and Conference Paper

    Palgol: A High-Level DSL for Vertex-Centric Graph Processing with Remote Data Access

    Pregel is a popular distributed computing model for dealing with large-scale graphs. However, it can be tricky to implement graph algorithms correctly and efficiently in Pregel’s vertex-centric model, especial...

    Yongzhe Zhang, Hsiang-Shang Ko, Zhenjiang Hu in Programming Languages and Systems (2017)

  6. No Access

    Chapter and Conference Paper

    Marker-Directed Optimization of UnCAL Graph Transformations

    Buneman et al. proposed a graph algebra called UnCAL (Unstructured CALculus) for compositional graph transformations based on structural recursion, and we have recently applied to model transformations. The co...

    Soichiro Hidaka, Zhenjiang Hu in Logic-Based Program Synthesis and Transfor… (2012)

  7. Chapter and Conference Paper

    Generate, Test, and Aggregate

    MapReduce, being inspired by the map and reduce primitives available in many functional languages, is the de facto standard for large scale data-intensive parallel programming. Although it has succeeded in pop...

    Kento Emoto, Sebastian Fischer, Zhenjiang Hu in Programming Languages and Systems (2012)

  8. Chapter and Conference Paper

    Towards Systematic Parallel Programming over MapReduce

    MapReduce is a useful and popular programming model for data-intensive distributed parallel computing. But it is still a challenge to develop parallel programs with MapReduce systematically, since it is usuall...

    Yu Liu, Zhenjiang Hu, Kiminori Matsuzaki in Euro-Par 2011 Parallel Processing (2011)

  9. No Access

    Chapter and Conference Paper

    Toward Bidirectionalization of ATL with GRoundTram

    ATL is a language for describing model transformations currently in uni-direction. In our previous work we have shown that transformations of graph structures given in some form can be bidirectionalized and ha...

    Isao Sasano, Zhenjiang Hu, Soichiro Hidaka in Theory and Practice of Model Transformatio… (2011)

  10. No Access

    Chapter and Conference Paper

    Program Calculation in Coq

    Program calculation, being a programming technique that derives programs from specification by means of formula manipulation, is a challenging activity. It requires human insights and creativity, and needs sys...

    Julien Tesson, Hideki Hashimoto in Algebraic Methodology and Software Technol… (2011)

  11. No Access

    Chapter and Conference Paper

    Context-Preserving XQuery Fusion

    XQuery is a DBPL for querying XML databases. The semantics of XQuery is context sensitive and requires preservation of document order. In this paper, we propose, as far as we are aware, the first XQuery fusion...

    Hiroyuki Kato, Soichiro Hidaka, Zhenjiang Hu in Programming Languages and Systems (2010)

  12. No Access

    Chapter and Conference Paper

    Gradual Refinement

    Pattern matching is advantageous for understanding and reasoning about function definitions, but it tends to tightly couple the interface and implementation of a datatype. Significant effort has been invested ...

    Meng Wang, Jeremy Gibbons, Kazutaka Matsuda in Mathematics of Program Construction (2010)

  13. No Access

    Chapter and Conference Paper

    A Dynamic-Priority Based Approach to Fixing Inconsistent Feature Models

    In feature models’ construction, one basic task is to ensure the consistency of feature models, which often involves detecting and fixing of inconsistencies in feature models. Several approaches have been prop...

    Bo Wang, Yingfei **ong, Zhenjiang Hu in Model Driven Engineering Languages and Sys… (2010)

  14. Chapter and Conference Paper

    Generators-of-Generators Library with Optimization Capabilities in Fortress

    A large number of studies have been conducted on parallel skeletons and optimization theorems over skeleton programs to resolve difficulties with parallel programming. However, two nontrivial tasks still remai...

    Kento Emoto, Zhenjiang Hu, Kazuhiko Kakehi in Euro-Par 2010 - Parallel Processing (2010)

  15. Chapter and Conference Paper

    A Grammar-Based Approach to Invertible Programs

    Program inversion has many applications such as in the implementation of serialization/deserialization and in providing support for redo/undo, and has been studied by many researchers. However, little attentio...

    Kazutaka Matsuda, Shin-Cheng Mu, Zhenjiang Hu in Programming Languages and Systems (2010)

  16. No Access

    Chapter and Conference Paper

    An Efficient Staging Algorithm for Binding-Time Analysis

    Binding-Time Analysis (BTA) is one of the compile-time program analyses which is a general framework for program optimization and program generation [1]. The task of BTA is to divide a source program into two ...

    Takuma Murakami, Zhenjiang Hu in Logic Based Program Synthesis and Transfor… (2004)

  17. No Access

    Chapter and Conference Paper

    PType System: A Featherweight Parallelizability Detector

    Parallel programming is becoming an important cornerstone of general computing. In addition, type systems have significant impact on program analysis. In this paper, we demonstrate an automated type-based syst...

    Dana N. Xu, Siau-Cheng Khoo, Zhenjiang Hu in Programming Languages and Systems (2004)

  18. No Access

    Chapter and Conference Paper

    An Algebraic Approach to Bi-directional Updating

    In many occasions would one encounter the task of maintaining the consistency of two pieces of structured data that are related by some transform — synchronising bookmarks in different web browsers, the source...

    Shin-Cheng Mu, Zhenjiang Hu, Masato Takeichi in Programming Languages and Systems (2004)

  19. No Access

    Chapter and Conference Paper

    Deterministic Higher-Order Patterns for Program Transformation

    Higher-order patterns, together with higher-order matching, enable concise specification of program transformation, and have been implemented in several program transformation systems. However,higher-order mat...

    Tetsuo Yokoyama, Zhenjiang Hu in Logic Based Program Synthesis and Transfor… (2004)

  20. No Access

    Chapter and Conference Paper

    Towards a Modular Program Derivation via Fusion and Tupling

    We show how programming pearls can be systematically derived via fusion, followed by tupling transformations. By focusing on the elimination of intermediate data structures (fusion) followed by the elimination...

    Wei-Ngan Chin, Zhenjiang Hu in Generative Programming and Component Engineering (2002)

previous disabled Page of 2