AbstractLaziness restricts the exploitation of parallelism because expressions are evaluated only on demand. Thus, parallel extensions of lazy functional languages, like Haskell, usually override laziness to some extent. The purpose of the present work is to analyze how and to which extent strictness should be introduced in a lazy language to design a parallel extension of it. Towards this end, we have considered different evaluation strategies mixing laziness and eagerness for the language Eden –a parallel extension of Haskell–, we have given formal definitions for each, and we have implemented them in an interpreter to be able to run examples with alternative evaluation models, so that we can observe the intermediate and final states of t...
Assertions test expected properties of run-time values without disrupting the normal computation of ...
We propose a refactoring tool for the Haskell programming language, capable of introducing paralleli...
Assertions test expected properties of run-time values without disrupting the normal computation of ...
AbstractLaziness restricts the exploitation of parallelism because expressions are evaluated only on...
The major question examined by this paper is whether sufficient fine-grain parallelism can be obtain...
It is not easy to debug lazy functional programs. The reason is that laziness and higherorder compli...
Assertions test expected properties of run-time values without disrupting the normal working of a pr...
This thesis investigates the implementation of lazy functional programming languages on parallel mac...
The usual technique for extracting parallelism from lazy functional languages is to use strictness a...
: is a system for parallel evaluation of lazy functional programs implemented on a Sequent Symmetry....
AbstractEden is a parallel extension of the functional language Haskell. On behalf of parallelism Ed...
Conventional parallel programming is complex and error prone. To improve programmer productivity, w...
AbstractIn this paper we present the results of two pieces of work which, when combined, allow us to...
Assertions test expected properties of run-time values without disrupting the normal computation of ...
The evaluation strategies of programming languages can be broadly categorised as strict or lazy. A c...
Assertions test expected properties of run-time values without disrupting the normal computation of ...
We propose a refactoring tool for the Haskell programming language, capable of introducing paralleli...
Assertions test expected properties of run-time values without disrupting the normal computation of ...
AbstractLaziness restricts the exploitation of parallelism because expressions are evaluated only on...
The major question examined by this paper is whether sufficient fine-grain parallelism can be obtain...
It is not easy to debug lazy functional programs. The reason is that laziness and higherorder compli...
Assertions test expected properties of run-time values without disrupting the normal working of a pr...
This thesis investigates the implementation of lazy functional programming languages on parallel mac...
The usual technique for extracting parallelism from lazy functional languages is to use strictness a...
: is a system for parallel evaluation of lazy functional programs implemented on a Sequent Symmetry....
AbstractEden is a parallel extension of the functional language Haskell. On behalf of parallelism Ed...
Conventional parallel programming is complex and error prone. To improve programmer productivity, w...
AbstractIn this paper we present the results of two pieces of work which, when combined, allow us to...
Assertions test expected properties of run-time values without disrupting the normal computation of ...
The evaluation strategies of programming languages can be broadly categorised as strict or lazy. A c...
Assertions test expected properties of run-time values without disrupting the normal computation of ...
We propose a refactoring tool for the Haskell programming language, capable of introducing paralleli...
Assertions test expected properties of run-time values without disrupting the normal computation of ...