1986
DOI: 10.1109/tse.1986.6312935
|View full text |Cite
|
Sign up to set email alerts
|

Data structured programming: Program design without arrays and pointers

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
20
0
1

Year Published

1988
1988
2008
2008

Publication Types

Select...
6

Relationship

0
6

Authors

Journals

citations
Cited by 41 publications
(21 citation statements)
references
References 0 publications
0
20
0
1
Order By: Relevance
“…Iterative and recursive control structures are difficult and costly to write [Mills and Linger 1986;Bishop 1990]. In some cases, these control constructs are required because the algorithm being implemented is intuitively iterative or recursive-say implementing Quicksort.…”
Section: Motivating Examples and Intiution On Semanticsmentioning
confidence: 99%
“…Iterative and recursive control structures are difficult and costly to write [Mills and Linger 1986;Bishop 1990]. In some cases, these control constructs are required because the algorithm being implemented is intuitively iterative or recursive-say implementing Quicksort.…”
Section: Motivating Examples and Intiution On Semanticsmentioning
confidence: 99%
“…. , [18,19,20,21]]) = [ [ 1,2,3,4], [2,3,4,5], [3,4,5,6], [4,5,6,7], [5,6,7,8], [6,7,8,9], [7,8,9,10], [8,9,10,11], [9,10,11,12], [10,11,12,13], [11,12,13,14], [12,13,14,15], [13,14,15,…”
Section: Generative Constructmentioning
confidence: 99%
“…Writing a program of even a modest size is not an easy task [1]. A large part of the complexity facing the problem solver is due to the following fact: the actual data product § containing the desired solution is implied by the control structures written by the programmer.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…13 The need for better language features is due, in part, to the fact that the construction of looping algorithms is very complex and costly. 14 SequenceL is an attempt to replace the need for iterative and recursive algorithms with four basic constructs for processing nonscalars: the eventive, regular, irregular, and generative constructs. where t: is a variable, N is an integer constant, C is a string constant, and 9 is a floating point constant.…”
Section: Overview Of Sequencelmentioning
confidence: 99%