.
[phd-thesis.git] / back / summary.tex
1 \documentclass[../thesis.tex]{subfiles}
2
3 \input{subfilepreamble}
4
5 \begin{document}
6 \input{subfileprefixsmall}
7 \ifSubfilesClassLoaded{\chapter*{Summary}}{\chapter{Summary}}%
8 \label{chp:summary}%
9 \glsresetall%
10 %\begin{center}
11 %\noindent%
12 The number of computers around us is growing exponentially, thus increasing the complexity of the systems in which they operate.
13 Many of these computers are \emph{edge devices} operating in \gls{IOT} systems.
14 Within these orchestras of computers, they interact with their environment using sensors and actuators.
15 Edge devices often use cheap microcontrollers designed for embedded applications.
16 They, therefore, have little memory, unhurried processors, and slow communication but are tiny and energy efficient.
17 Programming \gls{IOT} systems is complex due to their dynamic, interactive, distributed, collaborative, multi-tiered, and multitasking nature.
18 This is impeded even more by semantic friction that arises through different hardware and software characteristics between the tiers.
19
20 A solution is found in \gls{TOP}.
21 %A solution is found in the declarative programming paradigm \gls{TOP}.%, a declarative programming paradigm.
22 In \gls{TOP}, the main building blocks are tasks, an abstract representation of work.
23 During execution, the current value of the task is observable, and other tasks can act upon it.
24 Collaboration patterns can be modelled by combinding and transforming tasks into compound tasks.
25 From this declarative description of the work, a ready-for-work computer system is generated that guides the user in doing the work.
26 An example of a \gls{TOP} system is \gls{ITASK}, a language for describing interactive web applications.
27 Programming edge devices would benefit from \gls{TOP} as well.
28 However, it is not straightforward to run \gls{TOP} systems on resource-constrained edge devices.
29
30 This dissertation shows how to orchestrate complete \gls{IOT} systems using \gls{TOP}.
31 %
32 First, I present advanced \gls{DSL} embedding techniques.
33 Then \gls{MTASK} is shown, a \gls{TOP} \gls{DSL} for \gls{IOT} edge devices, embedded in \gls{ITASK}.
34 Tasks are constructed and compiled at run time.
35 This allows tasks to be tailor-made for the work that needs to be done.
36 The compiled task is sent to the device for interpretation.
37 For a device to be used in an \gls{MTASK} system, it needs to be programmed once with a lightweight domain-specific \gls{OS}.
38 This \gls{OS} executes tasks in an energy-efficient way and automates all communication and data sharing.
39 All aspects of the \gls{MTASK} system are shown: example applications, language design, implementation details, integration with \gls{ITASK}, and green computing facilities.
40 When using \gls{MTASK} in conjunction with \gls{ITASK}, entire \gls{IOT} systems are programmed tierlessly from a single source, language, paradigm, high abstraction level, and type system.
41 The dissertation concludes with a comparison between tierless programming, in particular in \gls{MTASK}, and traditional tiered programming.
42 It shows that many problems such as semantic friction, maintainability, robustness, and interoperation safety are mitigated when using tierless programming.
43 %This is a summary of 350--400 words.
44 %\end{center}
45 \end{document}