skip to main content
10.1145/1389449acmconferencesBook PagePublication PagesppdpConference Proceedingsconference-collections
PPDP '08: Proceedings of the 10th international ACM SIGPLAN conference on Principles and practice of declarative programming
ACM2008 Proceeding
  • General Chair:
  • Sergio Antoy,
  • Program Chair:
  • Elvira Albert
Publisher:
  • Association for Computing Machinery
  • New York
  • NY
  • United States
Conference:
PPDP08: Principles and Practice of Declarative Programming Valencia Spain July 15 - 17, 2008
ISBN:
978-1-60558-117-0
Published:
15 July 2008
Sponsors:

Bibliometrics
Skip Abstract Section
Abstract

This volume contains the papers presented at PPDP 2008, the 10th International ACM SIGPLAN Symposium on Principles and Practice of Declarative Programming, held July 15-17, 2008, in Valencia, Spain.

The Symposium is a forum for researchers in the declarative programming communities, including those working in the logic, constraint, and functional programming paradigms, but also embracing a variety of other paradigms such as visual programming, executable specification languages, database languages, AI languages, and knowledge representation languages used, for example, in the semantic web. The goal is to stimulate research in the use of logical formalisms and methods for specifying, performing, and analyzing computations, and to stimulate cross-fertilization by including work from one community that could be of particular interest and relevance to the others

This year's PPDP was co-located with the 15th International Static Analysis Symposium (SAS 2008), the 18th International Symposium on Logic-Based Program Synthesis and Transformation (LOPSTR 2008), and the 4th International Workshop on Programming Language Interference and Dependence (PLID 2008).

Out of 51 initial submissions, 48 papers were reviewed by four referees and 24 were selected for presentation. The program committee used the EasyChair conference management system for handling electronic submissions, for allocating reviewing duties, and for filing reviews. In addition to regular paper sessions, the symposium hosted an invited talk by Michael Leuschel of the University of Düsseldorf, Germany.

Skip Table Of Content Section
invited-talk
Declarative programming for verification: lessons and outlook

This paper summarises roughly ten years of experience using declarative programming for developing tools to validate formal specifications. More precisely, we present insights gained and lessons learned while implementing animators and model checkers in ...

SESSION: Concurrency & parallelism
research-article
The expressivity of universal timed CCP: undecidability of Monadic FLTL and closure operators for security

The timed concurrent constraint programing model (tcc) is a declarative framework, closely related to First-Order Linear Temporal Logic (FLTL), for modeling reactive systems. The universal tcc formalism (utcc) is an extension of tcc with the ability to ...

research-article
Parallel execution of multi-set constraint rewrite rules

Multi-set constraint rewriting allows for a highly parallel computational model and has been used in a multitude of application domains such as constraint solving, agent specification etc. Rewriting steps can be applied simultaneously as long as they do ...

SESSION: Theory & semantics
research-article
Comparing tag scheme variations using an abstract machine generator

In this paper we study, in the context of a WAM-based abstract machine for Prolog, how variations in the encoding of type information in tagged words and in their associated basic operations impact performance and memory usage.We use a high-level ...

research-article
'Galculator': functional prototype of a Galois-connection based proof assistant

Galculator is the name of the prototype of a proof assistant of a special brand: it is solely based on the algebra of Galois connections. When combined with the pointfree transform and tactics such as the indirect equality principle, Galois connections ...

research-article
Declarative Ajax and client side evaluation of workflows using iTasks

Workflow systems coordinate tasks of humans and computers. The iTask system is a recently developed toolkit with which workflows can be defined declaratively on a very high level of abstraction. It offers functionality which cannot be found in ...

SESSION: Theory & semantics
research-article
Call pattern analysis for functional logic programs

This paper presents a new program analysis framework to approximate call patterns and their results in functional logic computations. We consider programs containing nonstrict, nondeterministic operations in order to make the analysis applicable to ...

research-article
Characterizations of polynomial complexity classes with a better intensionality

In this paper, we study characterizations of polynomial complexity classes using first order functional programs and we try to improve their intensionality, that is the number of natural algorithms captured. We use polynomial assignments over the reals. ...

research-article
Fixed point semantics and partial recursion in Coq

We propose to use the Knaster-Tarski least fixed point theorem as a basis to define recursive functions in the Calculus of Inductive Constructions. This widens the class of functions that can be modelled in type-theory based theorem proving tools to ...

research-article
Semantically linear programming languages

We propose a paradigmatic programming language (called SlPCF) which is linear in a semantic sense. SlPCF is not syntactically linear, namely its programs can contain more than one occurrencies of the same variable. We give an interpretation of SlPCF ...

research-article
Order-sorted dependency pairs

Types (or sorts) are pervasive in computer science and in rewritingbased programming languages, which often support subtypes (subsorts) and subtype polymorphism. Programs in these languages can be modeled as order-sorted term rewriting systems (OS-TRSs)...

SESSION: Language issues
research-article
Macros for context-free grammars

Current parser generators are based on context-free grammars. Because such grammars lack abstraction facilities, the resulting specifications are often not easy to read. Fischer's macro grammars extend context-free grammars with macro-like productions ...

research-article
Pattern by example: type-driven visual programming of XML queries

We present Pattern-by-Example (PBE), a graphical language that allows users with little or no knowledge of pattern-matching and functional programming to define complex and optimized queries on XML documents. We demonstrate the key features of PBE by ...

research-article
Inferring precise polymorphic type dependencies in logic programs

We present a new analysis that infers polymorphic type dependencies in logic programs. The analysis infers more precise information than previous type dependency inference analyses. The improvement in precision is achieved by making use of set union as ...

research-article
A type system for safe memory management and its proof of correctness

We present a destruction-aware type system for the functional language Safe, which is a first-order eager language with facilities for programmer controlled destruction and copying of data structures. It provides also regions, i.e. disjoint parts of the ...

research-article
Programming with proofs and explicit contexts

This paper explores a new point in the design space of functional programming: functional programming with dependently-typed higher-order data structures described in the logical framework LF. This allows us to program with proofs as higher-order data. ...

SESSION: Reasoning
research-article
Towards execution time estimation in abstract machine-based languages

Abstract machines provide a certain separation between platform-dependent and platform-independent concerns in compilation. Many of the differences between architectures are encapsulated in the specific abstract machine implementation and the bytecode ...

research-article
Similarity-based reasoning in qualified logic programming

Similarity-based Logic Programming (briefly, SLP) has been proposed to enhance the LP paradigm with a kind of approximate reasoning which supports flexible information retrieval applications. This approach uses a fuzzy similarity relation between ...

SESSION: Debugging and checking
research-article
Classifying integrity checking methods with regard to inconsistency tolerance

We define and examine six classes of methods for integrity checking: case-based, compositional, relevance-based, simplification-based, total-integrity-dependent, and measure-based ones. Each, except the penultimate, corresponds to a particular form of ...

research-article
Comprehending finite maps for algorithmic debugging of higher-order functional programs

Algorithmic debuggers for higher-order functional languages have to display functional values. Originally functional values had been represented as partial applications of function and constructor symbols, but a recent approach represents functional ...

research-article
A rewriting framework for the composition of access control policies

In large, and often distributed, environments, where access control information may be shared across multiple sites, the combination of individual specifications in order to define a coherent access control policy is of fundamental importance. In order ...

SESSION: Constraints
research-article
Global difference constraint propagation for finite domain solvers

Difference constraints of the form x - yd are well studied, with efficient algorithms for satisfaction and implication, because of their connection to shortest paths. Finite domain propagation algorithms however do not make use of these algorithms, ...

research-article
Model-driven constraint programming

Constraint programming can definitely be seen as a model-driven paradigm. The users write programs for modeling problems. These programs are mapped to executable models to calculate the solutions. This paper focuses on efficient model management (...

research-article
Dynamic variable elimination during propagation solving

Constraint propagation solvers interleave propagation (removing impossible values from variables domains) with search. Propagation is performed by executing propagators (removing values) implementing constraints (defining impossible values). In order to ...

research-article
Cooperation of constraint domains in the TOY system

This paper presents a computational model for the cooperation of constraint domains, based on a generic Constraint Functional Logic Programming (CFLP) Scheme and designed to support declarative programming with functions, predicates and the cooperation ...

Contributors
  • Portland State University
  • Complutense University of Madrid
  1. Proceedings of the 10th international ACM SIGPLAN conference on Principles and practice of declarative programming

    Recommendations

    Acceptance Rates

    PPDP '08 Paper Acceptance Rate24of48submissions,50%Overall Acceptance Rate230of486submissions,47%
    YearSubmittedAcceptedRate
    PPDP '19451942%
    PPDP '18392256%
    PPDP '17281864%
    PPDP '16371746%
    PPDP '14432251%
    PPDP '10572137%
    PPDP '08482450%
    PPDP '03482450%
    PPDP '02361850%
    PPDP '01401948%
    PPDP '00652640%
    Overall48623047%