Merge branch 'master' of git.martlubbers.net:msc-thesis1617
[msc-thesis1617.git] / abstract.tex
1 This thesis introduces an innovative way to connect small Internet of Things
2 devices to high level Task Oriented Programming implementations languages. The
3 existing class-based shallowly Embedded Domain Specific Language called mTask
4 by Koopman et al.\ --- written in Clean --- is extended with a new view to
5 allow compilation of Internet of Things Tasks on the fly and send them to
6 devices as interpretable bytecode. All introduced functionality adheres to the
7 Task Oriented Programming philosophy where common concepts such as Shared Data
8 Sources and Task-combinators are available at ease.