Research Directions in Parallel Functional Programming 1999
DOI: 10.1007/978-1-4471-0841-2_15
|View full text |Cite
|
Sign up to set email alerts
|

Parallel and Distributed Programming in Concurrent Clean

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
15
0

Year Published

2003
2003
2010
2010

Publication Types

Select...
5

Relationship

3
2

Authors

Journals

citations
Cited by 15 publications
(19 citation statements)
references
References 0 publications
0
15
0
Order By: Relevance
“…Examples of languages defined this way are SQL (based on the relational algebra), workflow languages like YAWL [10] (based on Extended Workflow Nets which are again based on Petri nets), functional programming languages like Haskell [11] and Clean [12] (based on term rewriting systems which are again based on the lambda calculus) and the .NET framework [13].…”
Section: Formal Design Of a Languagementioning
confidence: 99%
See 1 more Smart Citation
“…Examples of languages defined this way are SQL (based on the relational algebra), workflow languages like YAWL [10] (based on Extended Workflow Nets which are again based on Petri nets), functional programming languages like Haskell [11] and Clean [12] (based on term rewriting systems which are again based on the lambda calculus) and the .NET framework [13].…”
Section: Formal Design Of a Languagementioning
confidence: 99%
“…In Figure 2 we give a grammar for the definition of an algebraic type using EBNF notation. This grammar is taken from [12]; we will use it also in the next sections. {q}+ means one or more appearances of q. Terminals are denoted in capitals, non-terminals in lower case.…”
Section: Algebraic Data Typesmentioning
confidence: 99%
“…Gast is implemented in the functional programming language Clean [14]. The primary goal is to test software written in Clean.…”
Section: Introductionmentioning
confidence: 99%
“…The specification is a state transition function written in Clean [18] is given in figure 1. The function spec is the heart of the specification.…”
Section: Here We Test Aspect (1) and (4)mentioning
confidence: 99%
“…The conformance relation is based on the well-known ioco relation. As a host language, we use the pure functional programming language Clean [18]. Clean is a state-of-art programming language with support for Algebraic Data Types (ADTs), generic programming [1], and features the generic test tool G∀ST [6] that is used in this work to implement the testing framework.…”
Section: Introductionmentioning
confidence: 99%