Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
skip to main content
Volume 9, Issue 4July 1999
Publisher:
  • Cambridge University Press
  • 40 W. 20 St. New York, NY
  • United States
ISSN:0956-7968
Reflects downloads up to 06 Jan 2025Bibliometrics
Skip Table Of Content Section
article
A tutorial on the universality and expressiveness of fold

In functional programming, fold is a standard operator that encapsulates a simple pattern of recursion for processing lists. This article is a tutorial on two key aspects of the fold operator for lists. First of all, we emphasize the use of the ...

article
Compilation and equivalence of imperative objects

We adopt the untyped imperative object calculus of Abadi and Cardelli as a minimal setting in which to study problems of compilation and program equivalence that arise when compiling object-oriented languages. We present both a big-step and a small-step ...

article
Parallel functional programming on recursively defined data via data-parallel recursion

This article proposes a new language mechanism for data-parallel processing of dynamically allocated recursively defined data. Different from the conventional array-based data- parallelism, it allows parallel processing of general recursively defined ...

article
Proof-directed debugging

The close relationship between writing programs and proving theorems has frequently been cited as an advantage of functional programming languages. We illustrate the interplay between programming and proving in the development of a program for regular ...

article
Red-black trees in a functional setting

Everybody learns about balanced binary search trees in their introductory computer science classes, but even the stouthearted tremble at the thought of actually implementing such a beast. The details surrounding rebalancing are usually just too messy. ...

Comments