2002
DOI: 10.1007/3-540-45628-7_5
|View full text |Cite
|
Sign up to set email alerts
|

Logic Programming Languages for the Internet

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
2
0

Year Published

2006
2006
2017
2017

Publication Types

Select...
2

Relationship

0
2

Authors

Journals

citations
Cited by 2 publications
(2 citation statements)
references
References 60 publications
0
2
0
Order By: Relevance
“…Coinductive programs operating on infinite data structures are useful for reasoning about concurrent and non-terminating processes. For example, the program below shows a part of a description of concurrent behaviour of Internet servers (Davison 2001) The two clauses above describe how a server receives and processes the input streams of data. The usual list syntax [ | ] of Prolog is used to denote the binary stream constructor scons.…”
Section: Example 12 (Streams Of Natural Numbers)mentioning
confidence: 99%
See 1 more Smart Citation
“…Coinductive programs operating on infinite data structures are useful for reasoning about concurrent and non-terminating processes. For example, the program below shows a part of a description of concurrent behaviour of Internet servers (Davison 2001) The two clauses above describe how a server receives and processes the input streams of data. The usual list syntax [ | ] of Prolog is used to denote the binary stream constructor scons.…”
Section: Example 12 (Streams Of Natural Numbers)mentioning
confidence: 99%
“…Coinductive programs operating on infinite data structures are useful for reasoning about concurrent and non-terminating processes. For example, the program below shows a part of a description of concurrent behaviour of Internet servers (Davison 2001): 0. resource ([get(X)|In], [X|L]) ← resource(In, L) 1. resource ([get(X)|In], []) ← signal(novalue(get(X)))…”
Section: Example 12 (Streams Of Natural Numbers)mentioning
confidence: 99%