Keynote by Reinhard von Hanxleden

Dubrovnik, Croatia, 27th June 2017
http://waters2017.inria.fr/
Post Reply
Sophie Quinton
Site Admin
Posts: 54
Joined: Tue Apr 28, 2015
Location: Inria Grenoble - Rhône-Alpes, France
Contact:

Keynote by Reinhard von Hanxleden

Post by Sophie Quinton » Fri Jun 09, 2017

Title: A Synchronous Perspective on Real-Time Programming

Speaker: Reinhard von Hanxleden (Kiel University, Germany)

Abstract: Synchronous programming languages have been developed for the programming of reactive systems. Their hallmark is determinacy even in the presence of concurrency and shared data. This makes synchronous languages particularly suited for safety-critical systems, such as avionics control software. This keynote will cover the fundamentals of the synchronous model of computation and will highlight some current developments and challenges. In particular, it will address how synchronous programming handles real-time systems, how to reconcile abstract logical time with concrete physical time, how it relates to initiatives like AUTOSAR, and how sequential constructiveness conservatively extends the synchronous abstraction towards main-stream imperative programming.
Sophie Quinton
INRIA Grenoble - Rhône-Alpes
655 Avenue de l'Europe - Montbonnot
38334 St Ismier Cedex - FRANCE
tel: +33 4 76 61 55 31
https://team.inria.fr/spades/quinton/

arne.hamann
Posts: 34
Joined: Thu Jan 28, 2016
Location: Renningen

Re: Keynote by Reinhard von Hanxleden

Post by arne.hamann » Mon Jun 19, 2017

I would like to discuss the following topics at WATERS:

- Would it make sense to include a physical notion of time in synchronous languages for real-time applications (e.g. to represent deadlines)? How could that be realized and what would be the semantics?
- How can synchronous programs be executed truly parallel on multi-core platforms?
- Are modern programming paradigms (e.g. OO) amenable to synchronous languages?

We at Bosch are also concerned with practical issues for realizing large systems with sync. languages: separate compilation of modules with causality analysis, compound data structures, etc.

Anymore questions / opinions concerning sync. languages?

arne.hamann
Posts: 34
Joined: Thu Jan 28, 2016
Location: Renningen

Re: Keynote by Reinhard von Hanxleden

Post by arne.hamann » Tue Jul 11, 2017

Thanks again to Reinhard von Hanxleden for the great keynote. The slides are now available
2017-06-27-Keynote-WATERS-rvh.pdf
(9.18 MiB) Downloaded 759 times
.

Post Reply