X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=abstract.tex;h=756de5d2d2a6108d0f936835f5bf85ea0c06eee6;hb=4f4b21c04bc99e4e7d55a1dcbedbd371d97b2a05;hp=c4bb5e4c96f6d154ee89259aea9f4a027013f0ef;hpb=3bc980446b86f187a2af8b4a679f15c58bdca8f2;p=msc-thesis1617.git diff --git a/abstract.tex b/abstract.tex index c4bb5e4..756de5d 100644 --- a/abstract.tex +++ b/abstract.tex @@ -1,7 +1,8 @@ -This thesis presents a way to connect small \gls{IoT} devices with high level -\gls{TOP} implementations languages. It shows how a new frontend for the class -based shallowly \gls{EDSL} called \gls{mTask} written in \gls{Clean} -can be used to compile \gls{IoT}-tasks on the fly and send them to devices -as interpretable bytecode. All of this adheres to the \gls{TOP} philosophy -where familiar concepts such as \glspl{SDS} and task-combinators are available -at ease. +This thesis introduces an innovative way to connect small Internet of Things +devices to high level Task Oriented Programming implementations languages. The +existing class-based shallowly Embedded Domain Specific Language called mTask +by Koopman et al.\ --- written in Clean --- is extended with a new view to +allow compilation of Internet of Things Tasks on the fly and send them to +devices as interpretable bytecode. All introduced functionality adheres to the +Task Oriented Programming philosophy where common concepts such as Shared Data +Sources and Task-combinators are available at ease.