stab at some chapters
[phd-thesis.git] / glossaries.tex
1 % Acronyms
2 \newacronym{ADT}{ADT}{algebraic data type}
3 \newacronym{DSL}{DSL}{domain-specific language}
4 \newacronym{EDSL}{eDSL}{embedded \acrshort{DSL}}
5 \newacronym{GADT}{GADT}{generalised \acrshort{ADT}}
6 \newacronym{GHC}{GHC}{Glasgow Haskell Compiler}
7 \newacronym{GPL}{GPL}{general-purpose language}
8 \newacronym{FP}{FP}{functional programming}
9 \newacronym{GRS}{GRS}{graph rewriting system}
10 \newacronym{GUI}{GUI}{graphical \acrlong{UI}}
11 \newacronym{IOT}{IoT}{internet of things}
12 \newacronym{LEAN}{LEAN}{language of East-Anglia and Nijmegen}
13 \newacronym{TOP}{TOP}{task-oriented programming}
14 \newacronym{TOSD}{TOSD}{task-oriented software development}
15 \newacronym{TRS}{TRS}{graph rewriting system}
16 \newacronym{RFID}{RFID}{radio-frequency identification}
17 \newacronym{SN}{SN}{sensor network}
18 \newacronym{BLE}{BLE}{Bluetooth low energy}
19 \newacronym{API}{API}{application programming interface}
20 \newacronym{OS}{OS}{operating system}
21 \newacronym{RTOS}{RTOS}{real-time \acrshort{OS}}
22 \newacronym{OTA}{OTA}{over-the-air}
23 \newacronym{MCU}{MCU}{microcontroller unit}
24 \newacronym{UI}{UI}{user interface}
25 \newacronym{SDS}{SDS}{shared data source}
26
27 % Glossaries
28 \newglossaryentry{MTASK}{%
29 name=mTask,
30 description={is a \acrshort{TOP} \acrshort{EDSL} for microcontrollers integrated with the \gls{ITASK} system.},
31 }
32 \newglossaryentry{ITASK}{%
33 name=iTask,
34 description={is a \acrshort{TOP} \acrshort{EDSL} for creating distributed multi-user collaborative web applications.},
35 }
36 \newglossaryentry{CLEAN}{%
37 name=Clean,
38 description={Clean \acrlong{LEAN}, a pure lazy functional programming language based on graph rewriting}
39 }
40 \newglossaryentry{HASKELL}{%
41 name=Haskell,
42 description={is a pure lazy functional programming language designed by a committe as a concept language}
43 }
44 \newglossaryentry{HASKELL98}{%
45 name=Haskell98,
46 description={is a standardised version of \gls{HASKELL}}
47 }