Programming Languages and Systems
DOI: 10.1007/978-3-540-76637-7_6
|View full text |Cite
|
Sign up to set email alerts
|

Persistent Oberon: A Programming Language with Integrated Persistence

Abstract: Abstract. This paper presents the programming language Persistent Oberon, which offers persistence as a naturally inbuilt concept. Program data is automatically kept durable and stored in non-volatile memory, without the programmer having to write explicit code for the interactions with an external database system. In the case of a system interruption or failure, the program can directly continue from its latest consistent state. In contrast to other existent persistent programming languages, this language doe… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(1 citation statement)
references
References 23 publications
0
1
0
Order By: Relevance
“…Explicitly interacting with storage mechanisms outside the control of the application might result in hard to maintain code bases, as correct handling of interfacing, typing, and concurrency have to be resolved. Persistent programming languages can offer a much higher abstraction when interacting with persistent data [Atkinson et al 1982;Bläser 2007;Hosking and Chen 1999;Morrison et al 2000]. They often rely on the concept of orthogonal persistence introduced by Atkinson et al [1983] and further described in more detail by Atkinson and Morrison [1995].…”
Section: Persistent Programmingmentioning
confidence: 99%
“…Explicitly interacting with storage mechanisms outside the control of the application might result in hard to maintain code bases, as correct handling of interfacing, typing, and concurrency have to be resolved. Persistent programming languages can offer a much higher abstraction when interacting with persistent data [Atkinson et al 1982;Bläser 2007;Hosking and Chen 1999;Morrison et al 2000]. They often rely on the concept of orthogonal persistence introduced by Atkinson et al [1983] and further described in more detail by Atkinson and Morrison [1995].…”
Section: Persistent Programmingmentioning
confidence: 99%