many updates
[phd-thesis.git] / tiot.bib
1 @article{sethi2017internet,
2 title={Internet of things: architectures, protocols, and applications},
3 author={Sethi, Pallavi and Sarangi, Smruti R},
4 journal={Journal of Electrical and Computer Engineering},
5 volume={2017},
6 year={2017},
7 publisher={Hindawi}
8 }
9
10 @inproceedings{muccini2018iot,
11 author="Muccini, Henry and Moghaddam, Mahyar Tourchi",
12 editor="Cuesta, Carlos E. and Garlan, David and P{\'e}rez, Jennifer",
13 title="IoT Architectural Styles",
14 booktitle="Software Architecture",
15 year="2018",
16 publisher="Springer International Publishing",
17 address="Cham",
18 pages="68--85",
19 abstract="IoT components are becoming more and more ubiquitous. Thus, the necessity of architecting IoT applications is bringing a substantial attention towards software engineering community. On this occasion, different styles and patterns can facilitate shaping the IoT architectural characteristics. This study aims at defining, identifying, classifying, and re-designing a class of IoT styles and patterns at the architectural level. Conforming a systematic mapping study (SMS) selection procedure, we picked out 63 papers among over 2,300 candidate studies. To this end, we applied a rigorous classification and extraction framework to select and analyze the most influential domain-related information. Our analysis revealed the following main findings: (i) facing by various architectural styles that attempted to address various aspects of IoT systems, cloud and fog are discerned as their most important components. (ii) distributed patterns are not widely discussed for IoT architecture, however, there is foreseen a grow specially for their industrial applications. (iii) starting from the last few years on, there is still a growing scientific interest on IoT architectural styles. This study gives a solid foundation for classifying existing and future approaches for IoT styles beneficial for academic and industrial researchers. It provides a set of abstract IoT reference architectures to be applicable on various architectural styles.",
20 isbn="978-3-030-00761-4"
21 }
22
23 @inproceedings{rosenberg1997some,
24 title={Some misconceptions about lines of code},
25 author={Rosenberg, Jarrett},
26 booktitle={Proceedings fourth international software metrics symposium},
27 pages={137--142},
28 year={1997},
29 organization={IEEE},
30 publisher={IEEE},
31 doi={10.1109/METRIC.1997.637174},
32 address={Albuquerque, NM, USA}
33 }
34
35 @inproceedings{cooper2006links,
36 address = {Berlin, Heidelberg},
37 title = {Links: {Web} {Programming} {Without} {Tiers}},
38 isbn = {978-3-540-74792-5},
39 abstract = {Links is a programming language for web applications that generates code for all three tiers of a web application from a single source, compiling into JavaScript to run on the client and into SQL to run on the database. Links supports rich clients running in what has been dubbed `Ajax' style, and supports concurrent processes with statically-typed message passing. Links is scalable in the sense that session state is preserved in the client rather than the server, in contrast to other approaches such as Java Servlets or PLT Scheme. Client-side concurrency in JavaScript and transfer of computation between client and server are both supported by translation into continuation-passing style.},
40 booktitle = {Formal {Methods} for {Components} and {Objects}},
41 publisher = {Springer Berlin Heidelberg},
42 author = {Cooper, Ezra and Lindley, Sam and Wadler, Philip and Yallop, Jeremy},
43 editor = {de Boer, Frank S. and Bonsangue, Marcello M. and Graf, Susanne and de Roever, Willem-Paul},
44 year = {2007},
45 pages = {266--296}
46 }
47
48 @inproceedings{serrano2006hop,
49 title={Hop: a language for programming the web 2.0},
50 author={Serrano, Manuel and Gallesio, Erick and Loitsch, Florian},
51 booktitle={OOPSLA Companion},
52 pages={975--985},
53 year={2006},
54 publisher={ACM},
55 address={Portland, Oregon, USA},
56 }
57
58 @inproceedings{lloyd1994practical,
59 title={Practical Advtanages of Declarative Programming.},
60 author={Lloyd, John W},
61 booktitle={GULP-PRODE (1)},
62 pages={18--30},
63 year={1994}
64 }
65
66 @online{singer16,
67 author ={Jeremy Singer, Dejice Jacob, Kristian Hentschel},
68 year = {2016},
69 title ={Anyscale Sensors},
70 url ={https://bitbucket.org/jsinger/anyscale-sensors/src/master/Readme.md},
71 month ={Apr},
72 lastaccessed ={April 1, 2016},
73 }
74
75 @article{pechtchanski2005immutability,
76 title={Immutability specification and its applications},
77 author={Pechtchanski, Igor and Sarkar, Vivek},
78 journal={Concurrency and Computation: Practice and Experience},
79 volume={17},
80 number={5-6},
81 pages={639--662},
82 year={2005},
83 publisher={Wiley Online Library}
84 }
85
86 @inproceedings{steiner_firmata_2009,
87 title = {Firmata: {Towards} {Making} {Microcontrollers} {Act} {Like} {Extensions} of the {Computer}.},
88 booktitle = {{NIME}},
89 author = {Steiner, Hans-Christoph},
90 year = {2009},
91 pages = {125--130},
92 }
93
94 @article{levis_mate_2002,
95 title = {Maté: {A} tiny virtual machine for sensor networks},
96 volume = {37},
97 number = {10},
98 journal = {ACM Sigplan Notices},
99 author = {Levis, Philip and Culler, David},
100 year = {2002},
101 publisher = {ACM},
102 pages = {85--95},
103 file = {Levis and Culler - Matd A Tiny Virtual Machine for Sensor Networks.pdf:/home/mrl/.local/share/zotero/storage/RMPGY9NI/Levis and Culler - Matd A Tiny Virtual Machine for Sensor Networks.pdf:application/pdf}
104 }
105
106 @inproceedings{grebe_threading_2019,
107 address = {Cham},
108 title = {Threading the {Arduino} with {Haskell}},
109 isbn = {978-3-030-14805-8},
110 abstract = {Programming embedded microcontrollers often requires the scheduling of independent threads of execution, specifying the interaction and sequencing of actions in the multiple threads. Developing and debugging such multi-threaded systems can be especially challenging in highly resource constrained systems such as the Arduino line of microcontroller boards. The Haskino library, developed at the University of Kansas, allows programmers to develop code for Arduino-based microcontrollers using monadic Haskell program fragments. This paper describes our efforts to extend the Haskino library to translate monadic Haskell code to multi-threaded code executing on Arduino boards.},
111 booktitle = {Trends in {Functional} {Programming}},
112 publisher = {Springer},
113 author = {Grebe, Mark and Gill, Andy},
114 editor = {Van Horn, David and Hughes, John},
115 year = {2019},
116 pages = {135--154},
117 file = {Grebe and Gill - Threading the Arduino with Haskell.pdf:/home/mrl/.local/share/zotero/storage/DW5PS9ZA/Grebe and Gill - Threading the Arduino with Haskell.pdf:application/pdf}
118 }
119
120 @inproceedings{grebe_haskino_2016,
121 title = {Haskino: {A} remote monad for programming the arduino},
122 shorttitle = {Haskino},
123 booktitle = {International {Symposium} on {Practical} {Aspects} of {Declarative} {Languages}},
124 publisher = {Springer},
125 author = {Grebe, Mark and Gill, Andy},
126 year = {2016},
127 pages = {153--168},
128 file = {Grebe-16-Haskino.pdf:/home/mrl/.local/share/zotero/storage/ABG7TTLV/Grebe-16-Haskino.pdf:application/pdf}
129 }
130
131 @inproceedings{gill_remote_2015,
132 author = {Gill, Andy and Sculthorpe, Neil and Dawson, Justin and Eskilson, Aleksander and Farmer, Andrew and Grebe, Mark and Rosenbluth, Jeffrey and Scott, Ryan and Stanton, James},
133 title = {The Remote Monad Design Pattern},
134 year = {2015},
135 doi = {10.1145/2804302.2804311},
136 booktitle = {Proceedings of the 2015 ACM SIGPLAN Symposium on Haskell},
137 pages = {5970},
138 }
139
140 @article{light2017mosquitto,
141 title={Mosquitto: server and client implementation of the MQTT protocol},
142 author={Light, Roger},
143 journal={Journal of Open Source Software},
144 volume={2},
145 number={13},
146 pages={265},
147 year={2017}
148 }
149
150 @article{adl2006compiler,
151 title={Compiler and runtime support for efficient software transactional memory},
152 author={Adl-Tabatabai, Ali-Reza and Lewis, Brian T and Menon, Vijay and Murphy, Brian R and Saha, Bratin and Shpeisman, Tatiana},
153 journal={ACM SIGPLAN Notices},
154 volume={41},
155 number={6},
156 pages={26--37},
157 year={2006},
158 publisher={ACM}
159 }
160
161 @inproceedings{schwarz2002disassembly,
162 title={Disassembly of executable code revisited},
163 author={Schwarz, Benjamin and Debray, Saumya and Andrews, Gregory},
164 booktitle={Ninth Working Conference on Reverse Engineering, 2002. Proceedings.},
165 pages={45--54},
166 year={2002},
167 organization={IEEE}
168 }
169
170 @article{hughes1989functional,
171 title={Why functional programming matters},
172 author={Hughes, John},
173 journal={The computer journal},
174 volume={32},
175 number={2},
176 pages={98--107},
177 year={1989},
178 publisher={Oxford University Press}
179 }
180
181 @article{davidson2018expressiveness,
182 title={Expressiveness, meanings and machines},
183 author={Davidson, Joe and Michaelson, Greg},
184 journal={Computability},
185 volume={7},
186 number={4},
187 pages={367--394},
188 year={2018},
189 publisher={IOS Press}
190 }
191
192 @inproceedings{troyer_building_2018,
193 title = {Building {IoT} {Systems} {Using} {Distributed} {First}-{Class} {Reactive} {Programming}},
194 booktitle = {2018 {IEEE} {International} {Conference} on {Cloud} {Computing} {Technology} and {Science} ({CloudCom})},
195 author = {Troyer, de, Christophe and Nicolay, Jens and Meuter, de, Wolfgang},
196 month = dec,
197 year = {2018},
198 pages = {185--192},
199 publisher = {IEEE},
200 address = {Nicosia, Cyprus},
201 }
202
203 @article{harth_predictive_2018,
204 author = {Natascha Harth and Christos Anagnostopoulos and Dimitrios Pezaros},
205 title = {Predictive intelligence to the edge: impact on edge analytics},
206 journal = {Evolving Systems},
207 volume = {9},
208 number = {2},
209 pages = {95--118},
210 year = {2018},
211 }
212
213 @inproceedings{naik2017choice,
214 title={Choice of effective messaging protocols for IoT systems: MQTT, CoAP, AMQP and HTTP},
215 author={Naik, Nitin},
216 booktitle={2017 IEEE international systems engineering symposium (ISSE)},
217 pages={1--7},
218 year={2017},
219 organization={IEEE}
220 }
221
222 @book{guinard_building_2016,
223 address = {USA},
224 edition = {1st},
225 title = {Building the {Web} of {Things}: {With} {Examples} in {Node}.{Js} and {Raspberry} {Pi}},
226 isbn = {1-61729-268-0},
227 publisher = {Manning Publications Co.},
228 author = {Guinard, Dominique and Trifa, Vlad},
229 year = {2016}
230 }
231
232 @inproceedings{ireland2009classification,
233 title={A classification of object-relational impedance mismatch},
234 author={Ireland, Christopher and Bowers, David and Newton, Michael and Waugh, Kevin},
235 booktitle={2009 First International Confernce on Advances in Databases, Knowledge, and Data Applications},
236 pages={36--43},
237 year={2009},
238 organization={IEEE},
239 publisher={IEEE},
240 doi={10.1109/DBKDA.2009.11},
241 address={Gosier, France}
242 }
243
244 @article{maccormack2007impact,
245 title={The impact of component modularity on design evolution: Evidence from the software industry},
246 author={MacCormack, Alan and Rusnak, John and Baldwin, Carliss Y},
247 journal={Harvard Business School Technology \& Operations Mgt. Unit Research Paper},
248 number={038},
249 volume={08},
250 year={2007},
251 month={dec},
252 doi={10.2139/ssrn.1071720},
253 }
254
255
256 @inproceedings{belle2013layered,
257 address = {Boston, MA, USA},
258 title = {The layered architecture revisited: {Is} it an optimization problem?},
259 volume = {1},
260 isbn = {978-1-5108-4159-8},
261 shorttitle = {{SEKE} 2013},
262 booktitle = {Proceedings of the {Twenty}-{Fifth} {International} {Conference} on {Software} {Engineering} \& {Knowledge} {E}},
263 publisher = {KSI Research Inc},
264 author = {Belle, Alvine Boaye and El-Boussaidi, Ghizlane and Desrosiers, Christian and Mili, Hafedh},
265 year = {2013},
266 pages = {344--349}
267 }
268
269 @inproceedings{lee2001component,
270 title={Component identification method with coupling and cohesion},
271 author={Lee, Jong Kook and Jung, Seung Jae and Kim, Soo Dong and Jang, Woo Hyun and Ham, Dong Han},
272 booktitle={Proceedings Eighth Asia-Pacific Software Engineering Conference},
273 pages={79--86},
274 year={2001},
275 organization={IEEE},
276 publisher={IEEE},
277 address={Macao, China},
278 }
279
280 @article{antoniu2007combining,
281 title={Combining data sharing with the master--worker paradigm in the common component architecture},
282 author={Antoniu, Gabriel and Bouziane, Hinde Lilia and Jan, Mathieu and P{\'e}rez, Christian and Priol, Thierry},
283 journal={Cluster Computing},
284 volume={10},
285 number={3},
286 pages={265--276},
287 year={2007},
288 publisher={Springer}
289 }
290
291 @inproceedings{grgic2016web,
292 title={A web-based IoT solution for monitoring data using MQTT protocol},
293 author={Grgi{\'c}, Kre{\v{s}}imir and {\v{S}}peh, Ivan and He{\dj}i, Ivan},
294 booktitle={2016 international conference on smart systems and technologies (SST)},
295 pages={249--253},
296 year={2016},
297 organization={IEEE}
298 }
299
300 @inproceedings{athanasopoulos2006interoperability,
301 title={Interoperability among heterogeneous services},
302 author={Athanasopoulos, George and Tsalgatidou, Aphrodite and Pantazoglou, Michael},
303 booktitle={2006 IEEE International Conference on Services Computing (SCC'06)},
304 pages={174--181},
305 year={2006},
306 organization={IEEE}
307 }
308
309 @article{mazzei2018full,
310 title={A full stack for quick prototyping of IoT solutions},
311 author={Mazzei, Daniele and Baldi, Giacomo and Montelisciani, Gabriele and Fantoni, Gualtiero},
312 journal={Annals of Telecommunications},
313 volume={73},
314 number={7-8},
315 pages={439--449},
316 year={2018},
317 publisher={Springer}
318 }
319
320 @article{barrett2015fine,
321 title={Fine-grained language composition: A case study},
322 author={Barrett, Edd and Bolz, Carl Friedrich and Diekmann, Lukas and Tratt, Laurence},
323 journal={arXiv preprint arXiv:1503.08623},
324 year={2015}
325 }
326
327 @inproceedings{patwardhan2004communication,
328 title={Communication breakdown: analyzing cpu usage in commercial web workloads},
329 author={Patwardhan, Jaidev P and Lebeck, Alvin R and Sorin, Daniel J},
330 booktitle={IEEE International Symposium on-ISPASS Performance Analysis of Systems and Software, 2004},
331 pages={12--19},
332 year={2004},
333 organization={IEEE}
334 }
335
336 @inproceedings{cooper2008essence,
337 title={The essence of form abstraction},
338 author={Cooper, Ezra and Lindley, Sam and Wadler, Philip and Yallop, Jeremy},
339 booktitle={Asian Symposium on Programming Languages and Systems},
340 pages={205--220},
341 year={2008},
342 organization={Springer}
343 }
344
345 @article{rinard2003credible,
346 title={Credible compilation},
347 author={Rinard, Martin C},
348 year={2003}
349 }
350
351 @inproceedings{bucur2014prototyping,
352 title={Prototyping symbolic execution engines for interpreted languages},
353 author={Bucur, Stefan and Kinder, Johannes and Candea, George},
354 booktitle={Proceedings of the 19th international conference on Architectural support for programming languages and operating systems},
355 pages={239--254},
356 year={2014}
357 }
358
359 @inproceedings{barany2014python,
360 title={Python interpreter performance deconstructed},
361 author={Barany, Gerg{\"o}},
362 booktitle={Proceedings of the Workshop on Dynamic Languages and Applications},
363 pages={1--9},
364 year={2014}
365 }
366
367 @article{mayer2017multi,
368 title={On multi-language software development, cross-language links and accompanying tools: a survey of professional software developers},
369 author={Mayer, Philip and Kirsch, Michael and Le, Minh Anh},
370 journal={Journal of Software Engineering Research and Development},
371 volume={5},
372 number={1},
373 pages={1},
374 year={2017},
375 publisher={Springer}
376 }
377
378 @inproceedings{mayer2015empirical,
379 author = {Mayer, Philip and Bauer, Alexander},
380 title = {An Empirical Analysis of the Utilization of Multiple Programming Languages in Open Source Projects},
381 year = {2015},
382 isbn = {9781450333504},
383 publisher = {Association for Computing Machinery},
384 address = {New York, NY, USA},
385 doi = {10.1145/2745802.2745805},
386 abstract = {Background: Anecdotal evidence suggests that software applications are usually implemented using a combination of (programming) languages. Aim: We want to provide empirical evidence on the phenomenon of multi-language programming. Methods: We use data mining of 1150 open source projects selected for diversity from a public repository to a) investigate the projects for number and type of languages found and the relative sizes of the languages; b) report on associations between the number of languages found and the size, age, number of contributors, and number of commits of a project using a (Quasi-)Poisson regression model, and c) discuss concrete associations between the general-purpose languages and domain-specific languages found using frequent item set mining. Results: We found a) a mean number of 5 languages per project with a clearly dominant main general-purpose language and 5 often-used DSL types, b) a significant influence of the size, number of commits, and the main language on the number of languages as well as no significant influence of age and number of contributors, and c) three language ecosystems grouped around XML, Shell/Make, and HTML/CSS. Conclusions: Multi-language programming seems to be common in open-source projects and is a factor which must be dealt with in tooling and when assessing development and maintenance of such software systems.},
387 booktitle = {Proceedings of the 19th International Conference on Evaluation and Assessment in Software Engineering},
388 articleno = {4},
389 numpages = {10},
390 location = {Nanjing, China},
391 series = {EASE '15}
392 }
393
394 @article{avizienis85n,
395 author={A. {Avizienis}},
396 journal={IEEE Transactions on Software Engineering},
397 title={The N-Version Approach to Fault-Tolerant Software},
398 year={1985},
399 volume={SE-11},
400 number={12},
401 pages={1491-1501},
402 doi={10.1109/TSE.1985.231893}
403 }
404
405
406 @inproceedings{motta2018challenges,
407 author = {Motta, Rebeca C. and de Oliveira, K\'{a}thia M. and Travassos, Guilherme H.},
408 title = {On Challenges in Engineering IoT Software Systems},
409 year = {2018},
410 isbn = {9781450365031},
411 publisher = {Association for Computing Machinery},
412 address = {New York, NY, USA},
413 doi = {10.1145/3266237.3266263},
414 abstract = {Contemporary software systems, such as the Internet of Things (IoT), Industry 4.0, and Smart Cities are new technology paradigms that offer challenges for their construction since they are calling into question our traditional form of developing software. They are a promising paradigm for the integration of devices and communications technologies. It is leading to a shift from the classical monolithic view of development where stakeholder receive a software product at the end (that we have been doing for decades), to software systems materialized through physical objects interconnected by networks and with embedded software to support daily activities. We need therefore to revisit our way of developing software systems and start to consider the particularities required by these new sorts of applications. This paper presents research toward the definition of a framework to support the systems engineering of IoT applications, where we evolved the Zachman's Framework as an alternative to the organization of this architecture. The activities were two folded to address this goal: a) we identified leading concerns of IoT applications, recovered from technical literature, practitioners and a Government Report, in different studies; b) we structured the IoT paradigm in different facets. These activities provided 14 significant concerns and seven facets that together represent the engineering challenges to be faced both by research and practice towards the advancement of IoT in practice.},
415 booktitle = {Proceedings of the XXXII Brazilian Symposium on Software Engineering},
416 pages = {4251},
417 numpages = {10},
418 keywords = {challenges, concerns, internet of things, IoT, literature review, empirical software engineering},
419 location = {Sao Carlos, Brazil},
420 series = {SBES '18}
421 }
422
423 @article{gubbi2013internet,
424 title={Internet of Things (IoT): A vision, architectural elements, and future directions},
425 author={Gubbi, Jayavardhana and Buyya, Rajkumar and Marusic, Slaven and Palaniswami, Marimuthu},
426 journal={Future generation computer systems},
427 volume={29},
428 number={7},
429 pages={1645--1660},
430 year={2013},
431 publisher={Elsevier}
432 }
433
434 @article{guzman2018human,
435 title={What is human-machine communication, anyway},
436 author={Guzman, Andrea L},
437 journal={Human-machine communication: Rethinking communication, technology, and ourselves},
438 pages={1--28},
439 year={2018},
440 publisher={Peter Lang New York}
441 }
442
443 @article{wan2016software,
444 title={Software-defined industrial internet of things in the context of industry 4.0},
445 author={Wan, Jiafu and Tang, Shenglong and Shu, Zhaogang and Li, Di and Wang, Shiyong and Imran, Muhammad and Vasilakos, Athanasios V},
446 journal={IEEE Sensors Journal},
447 volume={16},
448 number={20},
449 pages={7373--7380},
450 year={2016},
451 publisher={IEEE}
452 }
453
454 @article{batory1992design,
455 title={The design and implementation of hierarchical software systems with reusable components},
456 author={Batory, Don and O'malley, Sean},
457 journal={ACM Transactions on Software Engineering and Methodology (TOSEM)},
458 volume={1},
459 number={4},
460 pages={355--398},
461 year={1992},
462 publisher={ACM New York, NY, USA}
463 }
464
465 @article{mockus2002two,
466 title={Two case studies of open source software development: Apache and Mozilla},
467 author={Mockus, Audris and Fielding, Roy T and Herbsleb, James D},
468 journal={ACM Transactions on Software Engineering and Methodology (TOSEM)},
469 volume={11},
470 number={3},
471 pages={309--346},
472 year={2002},
473 publisher={ACM New York, NY, USA}
474 }
475
476 @inproceedings{le2015microservice,
477 title={Microservice-based architecture for the NRDC},
478 author={Le, Vinh D and Neff, Melanie M and Stewart, Royal V and Kelley, Richard and Fritzinger, Eric and Dascalu, Sergiu M and Harris, Frederick C},
479 booktitle={2015 IEEE 13th International Conference on Industrial Informatics (INDIN)},
480 pages={1659--1664},
481 year={2015},
482 organization={IEEE},
483 publisher={IEEE},
484 address={Cambridge, UK},
485 }
486
487 @inproceedings{kodali2016low,
488 title={Low cost ambient monitoring using ESP8266},
489 author={Kodali, Ravi Kishore and Mahesh, Kopulwar Shishir},
490 booktitle={2016 2nd International Conference on Contemporary Computing and Informatics (IC3I)},
491 pages={779--782},
492 year={2016},
493 organization={IEEE},
494 publisher={IEEE},
495 address={Greater Noida, India}
496 }
497
498 @article{beaven1993explaining,
499 title={Explaining type errors in polymorphic languages},
500 author={Beaven, Mike and Stansifer, Ryan},
501 journal={ACM Letters on Programming Languages and Systems (LOPLAS)},
502 volume={2},
503 number={1-4},
504 pages={17--30},
505 year={1993},
506 publisher={ACM New York, NY, USA}
507 }
508
509 @phdthesis{armstrong2003making,
510 title={Making reliable distributed systems in the presence of software errors},
511 author={Armstrong, Joe},
512 year={2003}
513 }
514
515 @article{madsen1990strong,
516 title={Strong typing of object-oriented languages revisited},
517 author={Madsen, Ole Lehrmann and Magnusson, Boris and M{\o}lier-Pedersen, Birger},
518 journal={ACM SIGPLAN Notices},
519 volume={25},
520 number={10},
521 pages={140--150},
522 year={1990},
523 publisher={ACM New York, NY, USA}
524 }
525
526 @article{cass20182017,
527 title={The 2017 top programming languages},
528 author={Cass, Stephen},
529 journal={IEEE Spectrum},
530 volume={31},
531 year={2018}
532 }
533
534 @book{tollervey2017programming,
535 title={Programming with MicroPython: Embedded Programming with Microcontrollers and Python},
536 author={Tollervey, Nicholas H},
537 year={2017},
538 publisher={" O'Reilly Media, Inc."}
539 }
540
541 @inproceedings{alpernaswonderful,
542 author = {Alpernas, Kalev and Feldman, Yotam M. Y. and Peleg, Hila},
543 title = {The Wonderful Wizard of LoC: Paying Attention to the Man behind the Curtain of Lines-of-Code Metrics},
544 year = {2020},
545 isbn = {9781450381789},
546 publisher = {Association for Computing Machinery},
547 address = {New York, NY, USA},
548 doi = {10.1145/3426428.3426921},
549 abstract = {Lines-of-code metrics (loc) are commonly reported in Programming Languages (PL), Software Engineering (SE), and Systems papers. This convention has several different, often contradictory, goals, including demonstrating the `hardness' of a problem, and demonstrating the `easiness' of a problem. In many cases, the reporting of loc metrics is done not with a clearly communicated intention, but instead in an automatic, checkbox-ticking, manner. In this paper we investigate the uses of code metrics in PL, SE, and System papers. We consider the different goals that reporting metrics aims to achieve, several various domains wherein metrics are relevant, and various alternative metrics and their pros and cons for the different goals and domains. We argue that communicating claims about research software is usually best achieved not by reporting quantitative metrics, but by reporting the qualitative experience of researchers, and propose guidelines for the cases when quantitative metrics are appropriate. We end with a case study of the one area in which lines of code are not the default measurement---code produced by papers' solutions---and identify how measurements offered are used to support an explicit claim about the algorithm. Inspired by this positive example, we call for other cogent measures to be developed to support other claims authors wish to make.},
550 booktitle = {Proceedings of the 2020 ACM SIGPLAN International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software},
551 pages = {146156},
552 numpages = {11},
553 keywords = {research papers, loc, lines of code},
554 location = {Virtual, USA},
555 series = {Onward! 2020}
556 }
557
558 @inproceedings{epstein2011towards,
559 author = {Epstein, Jeff and Black, Andrew P. and Peyton-Jones, Simon},
560 title = {Towards Haskell in the Cloud},
561 year = {2011},
562 isbn = {9781450308601},
563 publisher = {Association for Computing Machinery},
564 address = {New York, NY, USA},
565 doi = {10.1145/2034675.2034690},
566 abstract = {We present Cloud Haskell, a domain-specific language for developing programs for a distributed computing environment. Implemented as a shallow embedding in Haskell, it provides a message-passing communication model, inspired by Erlang, without introducing incompatibility with Haskell's established shared-memory concurrency. A key contribution is a method for serializing function closures for transmission across the network. Cloud Haskell has been implemented; we present example code and some preliminary performance measurements.},
567 booktitle = {Proceedings of the 4th ACM Symposium on Haskell},
568 pages = {118129},
569 numpages = {12},
570 keywords = {message-passing, haskell, erlang},
571 location = {Tokyo, Japan},
572 series = {Haskell '11}
573 }
574
575 @book{gupta2012akka,
576 title={Akka essentials},
577 address={Livery Place, 35 Livery Street, Birmingham B3 2PB, UK},
578 author={Gupta, Munish},
579 year={2012},
580 publisher={Packt Publishing Ltd}
581 }
582
583 @article{millman2011python,
584 title={Python for scientists and engineers},
585 author={Millman, K Jarrod and Aivazis, Michael},
586 journal={Computing in Science \& Engineering},
587 volume={13},
588 number={2},
589 pages={9--12},
590 year={2011},
591 publisher={IEEE}
592 }
593
594 @misc{pyforum,
595 title = "Python Official Forum",
596 author = "",
597 year = "2021",
598 note = "https://www.python.org/community/forums/"
599 }
600
601 @misc{microforum,
602 title = "Micropython Official Forum",
603 author = "",
604 year = "2021",
605 note = "https://forum.micropython.org/"
606 }
607
608 @misc{microdocs,
609 title = "Official Micropython Docs",
610 author = "",
611 year = "2021",
612 note = "https://docs.micropython.org/en/latest/"
613 }
614
615 @misc{ wiki:IO,
616 author = "HaskellWiki",
617 title = "Introduction to IO --- HaskellWiki{,} ",
618 year = "2020",
619 url = "https://wiki.haskell.org/index.php?title=Introduction_to_IO&oldid=63493",
620 note = "[Online; accessed 19-January-2021]"
621 }
622
623 @misc{CircuitPython,
624 author = "CircuitPython Team",
625 title = "CircuitPython",
626 year = "2022",
627 url = "https://circuitpython.org/",
628 note = "[Online; accessed 2-March-2022]"
629 }
630
631 @article{barendsen_smetsers_1996,
632 title={Uniqueness typing for functional languages with graph rewriting semantics},
633 volume={6},
634 DOI={10.1017/S0960129500070109},
635 number={6},
636 journal={Mathematical Structures in Computer Science},
637 publisher={Cambridge University Press},
638 author={Barendsen, Erik and Smetsers, Sjaak},
639 year={1996},
640 pages={579612}
641 }
642 @InProceedings{GenericProgrammingExtensionForClean,
643 author = "Alimarine, Artem and Plasmeijer, Rinus",
644 editor = "Arts, Thomas and Mohnen, Markus",
645 title="A Generic Programming Extension for Clean",
646 booktitle="Implementation of Functional Languages",
647 year="2002",
648 publisher="Springer Berlin Heidelberg",
649 address="Berlin, Heidelberg",
650 pages="168--185",
651 abstract="Generic programming enables the programmer to define functions by induction on the structure of types. Defined once, such a generic function can be used to generate a specialized function for any user defined data type. Several ways to support generic programming in functional languages have been proposed, each with its own pros and cons. In this paper we describe a combination of two existing approaches, which has the advantages of both of them. In our approach overloaded functions with class variables of an arbitrary kind can be defined generically. A single generic definition defines a kind-indexed family of overloaded functions, one for each kind. For instance, the generic mapping function generates an overloaded mapping function for each kind.",
652 isbn="978-3-540-46028-2"
653 }
654 @inproceedings{HinzeGenericFunctionalProgramming,
655 author = {Hinze, Ralf},
656 title = {A New Approach to Generic Functional Programming},
657 year = {2000},
658 isbn = {1581131259},
659 publisher = {Association for Computing Machinery},
660 address = {New York, NY, USA},
661 doi = {10.1145/325694.325709},
662 abstract = {This paper describes a new approach to generic functional programming, which allows us to define functions generically for all datatypes expressible in Haskell. A generic function is one that is defined by induction on the structure of types. Typical examples include pretty printers, parsers, and comparison functions. The advanced type system of Haskell presents a real challenge: datatypes may be parameterized not only by types but also by type constructors, type definitions may involve mutual recursion, and recursive calls of type constructors can be arbitrarily nested. We show that—despite this complexity—a generic function is uniquely defined by giving cases for primitive types and type constructors (such as disjoint unions and cartesian products). Given this information a generic function can be specialized to arbitrary Haskell datatypes. The key idea of the approach is to model types by terms of the simply typed λ-calculus augmented by a family of recursion operators. While conceptually simple, our approach places high demands on the type system: it requires polymorphic recursion, rank-n types, and a strong form of type constructor polymorphism. Finally, we point out connections to Haskell's class system and show that our approach generalizes type classes in some respects.},
663 booktitle = {Proceedings of the 27th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
664 pages = {119132},
665 numpages = {14},
666 location = {Boston, MA, USA},
667 series = {POPL '00}
668 }
669 @inproceedings{TOP-PPDP12,
670 author = {Plasmeijer, Rinus and Lijnse, Bas and Michels, Steffen and Achten, Peter and Koopman, Pieter},
671 title = {Task-Oriented Programming in a Pure Functional Language},
672 year = {2012},
673 isbn = {9781450315227},
674 publisher = {Association for Computing Machinery},
675 address = {New York, NY, USA},
676 doi = {10.1145/2370776.2370801},
677 abstract = {Task-Oriented Programming (TOP) is a novel programming paradigm for the construction of distributed systems where users work together on the internet. When multiple users collaborate, they need to interact with each other frequently. TOP supports the definition of tasks that react to the progress made by others. With TOP, complex multi-user interactions can be programmed in a declarative style just by defining the tasks that have to be accomplished, thus eliminating the need to worry about the implementation detail that commonly frustrates the development of applications for this domain. TOP builds on four core concepts: tasks that represent computations or work to do which have an observable value that may change over time, data sharing enabling tasks to observe each other while the work is in progress, generic type driven generation of user interaction, and special combinators for sequential and parallel task composition. The semantics of these core concepts is defined in this paper. As an example we present the iTask3 framework, which embeds TOP in the functional programming language Clean.},
678 booktitle = {Proceedings of the 14th Symposium on Principles and Practice of Declarative Programming},
679 pages = {195206},
680 numpages = {12},
681 keywords = {task-oriented programming, clean},
682 location = {Leuven, Belgium},
683 series = {PPDP '12}
684 }
685 @inproceedings{
686 TOP-ICFP07,
687 author = {Plasmeijer, Rinus and Achten, Peter and Koopman, Pieter},
688 title = {{iTasks}: {E}xecutable {S}pecifications of {I}nteractive {W}ork {F}low {S}ystems for the {W}eb},
689 booktitle = {{P}roceedings of the 12th {ACM SIGPLAN} {I}nternational {C}onference on {F}unctional {P}rogramming ({ICFP} 2007)},
690 address = {{F}reiburg, {G}ermany},
691 year = 2007,
692 month = {Oct 1--3},
693 publisher = {ACM},
694 isbn = "978-1-59593-815-2",
695 pages = {141-152}
696 }
697 @article{FinallyTagless,
698 author = {Jacques Carette and Oleg Kiselyov and Chung{-}chieh Shan},
699 title = {Finally tagless, partially evaluated: Tagless staged interpreters
700 for simpler typed languages},
701 journal = {J. Funct. Program.},
702 volume = {19},
703 number = {5},
704 pages = {509--543},
705 year = {2009},
706 url = {https://doi.org/10.1017/S0956796809007205},
707 doi = {10.1017/S0956796809007205},
708 timestamp = {Sun, 02 Jun 2019 21:00:12 +0200},
709 biburl = {https://dblp.org/rec/journals/jfp/CaretteKS09.bib},
710 bibsource = {dblp computer science bibliography, https://dblp.org}
711 }
712
713 @inproceedings{oortgiese_distributed_2017,
714 title = {A {Distributed} {Dynamic} {Architecture} for {Task} {Oriented} {Programming}},
715 booktitle = {Proceedings of the 29th {Symposium} on {Implementation} and {Application} of {Functional} {Programming} {Languages}},
716 publisher = {ACM},
717 author = {Oortgiese, Arjan and van Groningen, John and Achten, Peter and Plasmeijer, Rinus},
718 year = {2017},
719 pages = {7},
720 address = {Bristol, UK}
721 }
722
723 @inproceedings{stefik14programming,
724 author = {Stefik, Andreas and Hanenberg, Stefan},
725 title = {The Programming Language Wars: Questions and Responsibilities for the Programming Language Community},
726 year = {2014},
727 doi = {10.1145/2661136.2661156},
728 booktitle = {Proceedings of the 2014 ACM International Symposium on New Ideas, New Paradigms, and Reflections on Programming \& Software},
729 pages = {283--299},
730 }
731
732 @inproceedings{ParametricLenses,
733 author = {Domoszlai, L\'{a}szl\'{o} and Lijnse, Bas and Plasmeijer, Rinus},
734 title = {Parametric Lenses: Change Notification for Bidirectional Lenses},
735 year = {2014},
736 isbn = {9781450332842},
737 publisher = {Association for Computing Machinery},
738 address = {New York, NY, USA},
739 doi = {10.1145/2746325.2746333},
740 abstract = {Most complex applications inevitably need to maintain dependencies between subsystems based on some shared data. The dependent parts must be informed that the shared information is changed. As every actual notification has some communication cost, and every triggered task has associated computation cost, it is crucial for the overall performance of the application to reduce the number of notifications as much as possible. To achieve this, one must be able to define, with arbitrary precision, which party is depending on which data. In this paper we offer a general solution to this general problem. The solution is based on an extension to bidirectional lenses, called parametric lenses. With the help of parametric lenses one can define compositional parametric views in a declarative way to access some shared data. Parametric views, besides providing read/write access to the shared data, also enable to observe changes of some parts, given by an explicit parameter, the focus domain. The focus domain can be specified as a type-based query language defined over one or more resources using predefined combinators of parametric views.},
741 booktitle = {Proceedings of the 26th International Symposium on Implementation and Application of Functional Languages},
742 articleno = {9},
743 numpages = {11},
744 keywords = {notification systems, parametric views, lenses, parametric lenses, Bi-directional programming},
745 location = {Boston, MA, USA},
746 series = {IFL '14}
747 }
748
749 @article{10.1145/1543134.1411301,
750 author = {Rodriguez, Alexey and Jeuring, Johan and Jansson, Patrik and Gerdes, Alex and Kiselyov, Oleg and Oliveira, Bruno C. d. S.},
751 title = {Comparing Libraries for Generic Programming in Haskell},
752 year = {2008},
753 issue_date = {February 2009},
754 publisher = {Association for Computing Machinery},
755 address = {New York, NY, USA},
756 volume = {44},
757 number = {2},
758 issn = {0362-1340},
759 doi = {10.1145/1543134.1411301},
760 abstract = {Datatype-generic programming is defining functions that depend on the structure, or "shape", of datatypes. It has been around for more than 10 years, and a lot of progress has been made, in particular in the lazy functional programming language Haskell. There are morethan 10 proposals for generic programming libraries orlanguage extensions for Haskell. To compare and characterise the many generic programming libraries in atyped functional language, we introduce a set of criteria and develop a generic programming benchmark: a set of characteristic examples testing various facets of datatype-generic programming. We have implemented the benchmark for nine existing Haskell generic programming libraries and present the evaluation of the libraries. The comparison is useful for reaching a common standard for generic programming, but also for a programmer who has to choose a particular approach for datatype-generic programming.},
761 journal = {SIGPLAN Not.},
762 month = sep,
763 pages = {111122},
764 numpages = {12},
765 keywords = {datatype-generic programming, libraries comparison}
766 }
767
768 @inproceedings{ComparingGenericProgramming,
769 author = {Rodriguez, Alexey and Jeuring, Johan and Jansson, Patrik and Gerdes, Alex and Kiselyov, Oleg and Oliveira, Bruno C. d. S.},
770 title = {Comparing Libraries for Generic Programming in Haskell},
771 year = {2008},
772 isbn = {9781605580647},
773 publisher = {Association for Computing Machinery},
774 address = {New York, NY, USA},
775 doi = {10.1145/1411286.1411301},
776 abstract = {Datatype-generic programming is defining functions that depend on the structure, or "shape", of datatypes. It has been around for more than 10 years, and a lot of progress has been made, in particular in the lazy functional programming language Haskell. There are morethan 10 proposals for generic programming libraries orlanguage extensions for Haskell. To compare and characterise the many generic programming libraries in atyped functional language, we introduce a set of criteria and develop a generic programming benchmark: a set of characteristic examples testing various facets of datatype-generic programming. We have implemented the benchmark for nine existing Haskell generic programming libraries and present the evaluation of the libraries. The comparison is useful for reaching a common standard for generic programming, but also for a programmer who has to choose a particular approach for datatype-generic programming.},
777 booktitle = {Proceedings of the First ACM SIGPLAN Symposium on Haskell},
778 pages = {111122},
779 numpages = {12},
780 keywords = {datatype-generic programming, libraries comparison},
781 location = {Victoria, BC, Canada},
782 series = {Haskell '08}
783 }
784
785 @InProceedings{ComposingReactiveGUIs,
786 author="Bjornson, Joel
787 and Tayanovskyy, Anton
788 and Granicz, Adam",
789 editor="Hage, Jurriaan
790 and Moraz{\'a}n, Marco T.",
791 title="Composing Reactive GUIs in F{\#} Using WebSharper",
792 booktitle="Implementation and Application of Functional Languages",
793 year="2011",
794 publisher="Springer Berlin Heidelberg",
795 address="Berlin, Heidelberg",
796 pages="203--216",
797 abstract="We present a generic library for constructing composable and interactive user interfaces in a declarative style. The paper introduces flowlets, an extension of formlets[3,2] providing interactivity. Real-world examples are given using the current implementation that compiles flowlets defined in F{\#} to JavaScript with WebSharper.",
798 isbn="978-3-642-24276-2"
799 }
800
801 @inproceedings{FunctionalReactiveAnimation,
802 author = {Elliott, Conal and Hudak, Paul},
803 title = {Functional Reactive Animation},
804 year = {1997},
805 isbn = {0897919181},
806 publisher = {Association for Computing Machinery},
807 address = {New York, NY, USA},
808 doi = {10.1145/258948.258973},
809 abstract = {Fran (Functional Reactive Animation) is a collection of data types and functions for composing richly interactive, multimedia animations. The key ideas in Fran are its notions of behaviors and events. Behaviors are time-varying, reactive values, while events are sets of arbitrarily complex conditions, carrying possibly rich information. Most traditional values can be treated as behaviors, and when images are thus treated, they become animations. Although these notions are captured as data types rather than a programming language, we provide them with a denotational semantics, including a proper treatment of real time, to guide reasoning and implementation. A method to effectively and efficiently perform event detection using interval analysis is also described, which relies on the partial information structure on the domain of event times. Fran has been implemented in Hugs, yielding surprisingly good performance for an interpreter-based system. Several examples are given, including the ability to describe physical phenomena involving gravity, springs, velocity, acceleration, etc. using ordinary differential equations.},
810 booktitle = {Proceedings of the Second ACM SIGPLAN International Conference on Functional Programming},
811 pages = {263273},
812 numpages = {11},
813 location = {Amsterdam, The Netherlands},
814 series = {ICFP '97}
815 }
816
817 @inproceedings{kochhar2016large,
818 author={P. S. {Kochhar} and D. {Wijedasa} and D. {Lo}},
819 booktitle={23rd International Conference on Software Analysis, Evolution, and Reengineering},
820 title={A Large Scale Study of Multiple Programming Languages and Code Quality},
821 year={2016},
822 pages={563--573},
823 doi={10.1109/SANER.2016.112},
824 address={Osaka, Japan},
825 publisher={IEEE}
826 }
827
828 @inproceedings{hao2020approaching,
829 author = {Rebecca L. Hao and Elena L. Glassman},
830 title = {{Approaching Polyglot Programming: What Can We Learn from Bilingualism Studies?}},
831 booktitle = {10th Workshop on Evaluation and Usability of Programming Languages and Tools (PLATEAU 2019)},
832 pages = {1:1--1:7},
833 year = {2020},
834 volume = {76},
835 doi = {10.4230/OASIcs.PLATEAU.2019.1},
836 }
837
838 @article{cass2020top,
839 title={The top programming languages: Our latest rankings put Python on top-again-[Careers]},
840 author={Cass, Stephen},
841 journal={IEEE Spectrum},
842 volume={57},
843 number={8},
844 pages={22--22},
845 year={2020},
846 publisher={IEEE}
847 }
848
849 @inproceedings{tanganelli2015coapthon,
850 title={CoAPthon: Easy development of CoAP-based IoT applications with Python},
851 author={Tanganelli, Giacomo and Vallati, Carlo and Mingozzi, Enzo},
852 booktitle={2015 IEEE 2nd World Forum on Internet of Things (WF-IoT)},
853 pages={63--68},
854 year={2015},
855 publisher={IEEE},
856 address={Milan, Italy}
857 }
858
859 @INPROCEEDINGS{Wadler92comprehendingmonads,
860 author = {Wadler, Philip},
861 title = {Comprehending Monads},
862 year = {1990},
863 isbn = {089791368X},
864 publisher = {Association for Computing Machinery},
865 address = {New York, NY, USA},
866 doi = {10.1145/91556.91592},
867 abstract = {Category theorists invented monads in the 1960's to concisely express certain aspects of universal algebra. Functional programmers invented list comprehensions in the 1970's to concisely express certain programs involving lists. This paper shows how list comprehensions may be generalised to an arbitrary monad, and how the resulting programming feature can concisely express in a pure functional language some programs that manipulate state, handle exceptions, parse text, or invoke continuations. A new solution to the old problem of destructive array update is also presented. No knowledge of category theory is assumed.},
868 booktitle = {Proceedings of the 1990 ACM Conference on LISP and Functional Programming},
869 pages = {6178},
870 numpages = {18},
871 location = {Nice, France},
872 series = {LFP '90}
873 }
874 @misc{smartcampus,
875 author = {Mott Macdonald},
876 title = "University of Glasgow Smart Campus Digital Masterplan",
877 year = "2019",
878 note = "\url{https://www.gla.ac.uk/media/Media_702108_smxx.pdf}",
879 }
880
881 @misc{IIO,
882 author = "Bijan Mottahedeh",
883 title = "An Introduction to the io XXX uring Asynchronous I/O Framework",
884 year = "2020",
885 url = "https://blogs.oracle.com/linux/an-introduction-to-the-io XXX uring-asynchronous-io-framework",
886 note = "[Online; accessed 13-May-2021]"
887 }
888
889 @inproceedings{10.1145/1806596.1806601,
890 author = {Lee, Byeongcheol and Wiedermann, Ben and Hirzel, Martin and Grimm, Robert and McKinley, Kathryn S.},
891 title = {Jinn: Synthesizing Dynamic Bug Detectors for Foreign Language Interfaces},
892 year = {2010},
893 isbn = {9781450300193},
894 publisher = {Association for Computing Machinery},
895 address = {New York, NY, USA},
896 doi = {10.1145/1806596.1806601},
897 abstract = {Programming language specifications mandate static and dynamic analyses to preclude syntactic and semantic errors. Although individual languages are usually well-specified, composing languages is not, and this poor specification is a source of many errors in multilingual programs. For example, virtually all Java programs compose Java and C using the Java Native Interface (JNI). Since JNI is informally specified, developers have difficulty using it correctly, and current Java compilers and virtual machines (VMs) inconsistently check only a subset of JNI constraints.This paper's most significant contribution is to show how to synthesize dynamic analyses from state machines to detect foreign function interface (FFI) violations. We identify three classes of FFI constraints encoded by eleven state machines that capture thousands of JNI and Python/C FFI rules. We use a mapping function to specify which state machines, transitions, and program entities (threads, objects, references) to check at each FFI call and return. From this function, we synthesize a context-specific dynamic analysis to find FFI bugs. We build bug detection tools for JNI and Python/C using this approach. For JNI, we dynamically and transparently interpose the analysis on Java and C language transitions through the JVM tools interface. The resulting tool, called Jinn, is compiler and virtual machine independent. It detects and diagnoses a wide variety of FFI bugs that other tools miss. This approach greatly reduces the annotation burden by exploiting common FFI constraints: whereas the generated Jinn code is 22,000+ lines, we wrote only 1,400 lines of state machine and mapping code. Overall, this paper lays the foundation for a more principled approach to developing correct multilingual software and a more concise and automated approach to FFI specification.},
898 booktitle = {Proceedings of the 31st ACM SIGPLAN Conference on Programming Language Design and Implementation},
899 pages = {3649},
900 numpages = {14},
901 keywords = {dynamic analysis, multilingual programs, foreign function interfaces (FFI), python/C, java native interface (jni), specification, specification generation, ffi bugs},
902 location = {Toronto, Ontario, Canada},
903 series = {PLDI '10}
904 }
905
906
907 @article{Jinn
908 ,
909 author = {Lee, Byeongcheol and Wiedermann, Ben and Hirzel, Martin and Grimm, Robert and McKinley, Kathryn S.},
910 title = {Jinn: Synthesizing Dynamic Bug Detectors for Foreign Language Interfaces},
911 year = {2010},
912 issue_date = {June 2010},
913 publisher = {Association for Computing Machinery},
914 address = {New York, NY, USA},
915 volume = {45},
916 number = {6},
917 issn = {0362-1340},
918 doi = {10.1145/1809028.1806601},
919 abstract = {Programming language specifications mandate static and dynamic analyses to preclude syntactic and semantic errors. Although individual languages are usually well-specified, composing languages is not, and this poor specification is a source of many errors in multilingual programs. For example, virtually all Java programs compose Java and C using the Java Native Interface (JNI). Since JNI is informally specified, developers have difficulty using it correctly, and current Java compilers and virtual machines (VMs) inconsistently check only a subset of JNI constraints.This paper's most significant contribution is to show how to synthesize dynamic analyses from state machines to detect foreign function interface (FFI) violations. We identify three classes of FFI constraints encoded by eleven state machines that capture thousands of JNI and Python/C FFI rules. We use a mapping function to specify which state machines, transitions, and program entities (threads, objects, references) to check at each FFI call and return. From this function, we synthesize a context-specific dynamic analysis to find FFI bugs. We build bug detection tools for JNI and Python/C using this approach. For JNI, we dynamically and transparently interpose the analysis on Java and C language transitions through the JVM tools interface. The resulting tool, called Jinn, is compiler and virtual machine independent. It detects and diagnoses a wide variety of FFI bugs that other tools miss. This approach greatly reduces the annotation burden by exploiting common FFI constraints: whereas the generated Jinn code is 22,000+ lines, we wrote only 1,400 lines of state machine and mapping code. Overall, this paper lays the foundation for a more principled approach to developing correct multilingual software and a more concise and automated approach to FFI specification.},
920 journal = {SIGPLAN Not.},
921 month = jun,
922 pages = {3649},
923 numpages = {14},
924 keywords = {specification generation, specification, python/C, dynamic analysis, multilingual programs, java native interface (jni), foreign function interfaces (FFI), ffi bugs}
925 }
926 @inproceedings{10.1145/1065010.1065019,
927 author = {Furr, Michael and Foster, Jeffrey S.},
928 title = {Checking Type Safety of Foreign Function Calls},
929 year = {2005},
930 isbn = {1595930566},
931 publisher = {Association for Computing Machinery},
932 address = {New York, NY, USA},
933 doi = {10.1145/1065010.1065019},
934 abstract = {We present a multi-lingual type inference system for checking type safety across a foreign function interface. The goal of our system is to prevent foreign function calls from introducing type and memory safety violations into an otherwise safe language. Our system targets OCaml's FFI to C, which is relatively lightweight and illustrates some interesting challenges in multi-lingual type inference. The type language in our system embeds OCaml types in C types and vice-versa, which allows us to track type information accurately even through the foreign language, where the original types are lost. Our system uses representational types that can model multiple OCaml types, because C programs can observe that many OCaml types have the same physical representation. Furthermore, because C has a low-level view of OCaml data, our inference system includes a dataflow analysis to track memory offsets and tag information. Finally, our type system includes garbage collection information to ensure that pointers from the FFI to the OCaml heap are tracked properly. We have implemented our inference system and applied it to a small set of benchmarks. Our results show that programmers do misuse these interfaces, and our implementation has found several bugs and questionable coding practices in our benchmarks.},
935 booktitle = {Proceedings of the 2005 ACM SIGPLAN Conference on Programming Language Design and Implementation},
936 pages = {6272},
937 numpages = {11},
938 keywords = {dataflow analysis, multi-lingual type system, representational type, flow-sensitive type system, foreign function interface, FFI, multi-lingual type inference, foreign function calls, OCaml},
939 location = {Chicago, IL, USA},
940 series = {PLDI '05}
941 }
942
943 @article{Furr2005,
944 author = {Furr, Michael and Foster, Jeffrey S.},
945 title = {Checking Type Safety of Foreign Function Calls},
946 year = {2005},
947 issue_date = {June 2005},
948 publisher = {Association for Computing Machinery},
949 address = {New York, NY, USA},
950 volume = {40},
951 number = {6},
952 issn = {0362-1340},
953 doi = {10.1145/1064978.1065019},
954 abstract = {We present a multi-lingual type inference system for checking type safety across a foreign function interface. The goal of our system is to prevent foreign function calls from introducing type and memory safety violations into an otherwise safe language. Our system targets OCaml's FFI to C, which is relatively lightweight and illustrates some interesting challenges in multi-lingual type inference. The type language in our system embeds OCaml types in C types and vice-versa, which allows us to track type information accurately even through the foreign language, where the original types are lost. Our system uses representational types that can model multiple OCaml types, because C programs can observe that many OCaml types have the same physical representation. Furthermore, because C has a low-level view of OCaml data, our inference system includes a dataflow analysis to track memory offsets and tag information. Finally, our type system includes garbage collection information to ensure that pointers from the FFI to the OCaml heap are tracked properly. We have implemented our inference system and applied it to a small set of benchmarks. Our results show that programmers do misuse these interfaces, and our implementation has found several bugs and questionable coding practices in our benchmarks.},
955 journal = {SIGPLAN Not.},
956 month = jun,
957 pages = {6272},
958 numpages = {11},
959 keywords = {foreign function calls, multi-lingual type system, OCaml, multi-lingual type inference, flow-sensitive type system, FFI, foreign function interface, dataflow analysis, representational type}
960 }
961
962 @INPROCEEDINGS{LubbersMIPRO,
963 author={Lubbers, Mart and Koopman, Pieter and Plasmeijer, Rinus},
964 booktitle={2019 42nd International Convention on Information and Communication Technology, Electronics and Microelectronics (MIPRO)},
965 title={Multitasking on Microcontrollers using Task Oriented Programming},
966 year={2019},
967 volume={},
968 number={},
969 pages={1587-1592},
970 publisher={IEEE},
971 address={Opatija, Croatia},
972 doi={10.23919/MIPRO.2019.8756711}}
973
974 @inproceedings{plamauer2017evaluation,
975 title={Evaluation of micropython as application layer programming language on cubesats},
976 author={Plamauer, Sebastian and Langer, Martin},
977 booktitle={ARCS 2017; 30th International Conference on Architecture of Computing Systems},
978 pages={1--9},
979 year={2017},
980 organization={VDE},
981 publisher={VDE},
982 address={Vienna, Austria}
983 }
984
985 @inproceedings{egyed1999automatically,
986 title={Automatically detecting mismatches during component-based and model-based development},
987 author={Egyed, Alexander and Gacek, Cristina},
988 booktitle={14th IEEE International Conference on Automated Software Engineering},
989 pages={191--198},
990 year={1999},
991 organization={IEEE}
992 }
993
994 @inproceedings{suchocki_microscheme:_2015,
995 title = {Microscheme: {Functional} programming for the {Arduino}},
996 booktitle = {Proceedings of the 2014 {Scheme} and {Functional} {Programming} {Workshop}},
997 author = {Suchocki, Ryan and Kalvala, Sara},
998 publisher = {University of Indiana},
999 address = {Washington DC, USA},
1000 year = {2015},
1001 pages = {9},
1002 }
1003
1004 @misc{johnson-davies_lisp_2020,
1005 title = {Lisp for microcontrollers},
1006 url = {https://ulisp.com},
1007 urldate = {2020-02-14},
1008 journal = {Lisp for microcontrollers},
1009 author = {Johnson-Davies, David},
1010 year = {2020},
1011 address = {Boston, MA, USA},
1012 }
1013
1014 @article{dube_bit:_2000,
1015 title = {{BIT}: {A} very compact {Scheme} system for embedded applications},
1016 journal = {Proceedings of the Fourth Workshop on Scheme and Functional Programming},
1017 author = {Dubé, Danny},
1018 year = {2000},
1019 file = {dube.ps:/home/mrl/.local/share/zotero/storage/RNG6V7HT/dube.ps:application/postscript},
1020 }
1021
1022 @inproceedings{feeley_picbit:_2003,
1023 title = {{PICBIT}: {A} {Scheme} system for the {PIC} microcontroller},
1024 booktitle = {Proceedings of the {Fourth} {Workshop} on {Scheme} and {Functional} {Programming}},
1025 publisher = {Citeseer},
1026 author = {Feeley, Marc and Dubé, Danny},
1027 year = {2003},
1028 pages = {7--15},
1029 address = {Boston, MA, USA},
1030 }
1031
1032 @inproceedings{st-amour_picobit:_2009,
1033 title = {{PICOBIT}: a compact scheme system for microcontrollers},
1034 booktitle = {International {Symposium} on {Implementation} and {Application} of {Functional} {Languages}},
1035 publisher = {Springer},
1036 author = {St-Amour, Vincent and Feeley, Marc},
1037 year = {2009},
1038 pages = {1--17},
1039 address = {South Orange, NJ, USA},
1040 }
1041 @book{Ravulavaru18,
1042 author = {Ravulavaru, Arvind},
1043 isbn = {1-78883-378-3},
1044 language = {eng},
1045 publisher = {Packt Publishing},
1046 title = {Enterprise internet of things handbook : build end-to-end IoT solutions using popular IoT platforms},
1047 year = {2018},
1048 address = {Birmingham, UK},
1049 }
1050
1051 @InProceedings{Alphonsa20,
1052 author="Alphonsa, Mandla",
1053 editor="Kumar, Amit
1054 and Mozar, Stefan",
1055 title="A Review on IOT Technology Stack, Architecture and Its Cloud Applications in Recent Trends",
1056 booktitle="ICCCE 2020",
1057 year="2021",
1058 publisher="Springer Singapore",
1059 address="Singapore",
1060 pages="703--711",
1061 abstract="The Internet of Things (IoT) senses, gather and transmit data over the internet without any human interference. This technology is a mixture of embedded technology, network technology and information technology. On various advancement of huge network and the broadcasting of (IoT), wireless sensored networks are considered to be part of the huge heterogeneous network. IoT architecture is the system of various rudiments like sensored networks, protocol, actuators, cloud service and layers. Internet of Things can also be called as an event-driven model. The IOT device is connected to gateway through Radio Frequency, LORA-WAN, Node MCU Pin-out. This review paper describes all protocol stack including its types of sensors in IOT their applications in real time environment and its architecture. In this paper we come together with the two different technologies Cloud Computing and IoT to observe the most common features, and to determine the benefits of their integration. The Cloud IoT prototype involves various applications, research issues and challenges.",
1062 isbn="978-981-15-7961-5"
1063 }
1064 @inproceedings{jones_clean_io,
1065 author = {Jones, Simon B},
1066 title = {Experiences with Clean I/O},
1067 year = {1995},
1068 publisher = {BCS Learning \& Development Ltd.},
1069 address = {Swindon, GBR},
1070 abstract = {The Clean system is a powerful functional programming tool. It contains experiments
1071 in a number of different areas of functional language design. In particular, it has
1072 a novel proposal for the organization of input and output, and contains impressive
1073 libraries of facilities for programming graphical user interfaces.Clean I/O is based
1074 on collections of operations that act to cause side effects on multiple explicit abstract
1075 values representing physical I/O entities, such as files and graphical interfaces.
1076 A system of unique types is used to ensure that these values are individually single
1077 threaded through the program; and the side effecting I/O operations are therefore
1078 well controlled. This approach is distinct from monadic I/O, which is being widely
1079 adopted; monadic I/O schemes are based on a single, implicit environment, and guarantee
1080 that this is single threaded.In this paper we will show that the Clean and monadic
1081 approaches to I/O merge nicely. The functionality provided by the Clean and its I/O
1082 libraries allows libraries for monadic I/O to be implemented. The paper presents an
1083 implementation of a basic I/O monad library in Clean that can serve for future development.
1084 In itself, the fact that the monadic approach can be implemented in Clean is unsurprising.
1085 However, some interesting technical difficulties arose during implementation of the
1086 monad; these and their solutions are discussed. The opportunity to express programs
1087 using the implicit environments of monadic I/O allows us to simplify Clean programs
1088 by removing some of the spaghetti, whilst retaining the generality of the explicit
1089 environments where it is the most appropriate approach.},
1090 booktitle = {Proceedings of the 1995 International Conference on Functional Programming},
1091 pages = {167177},
1092 numpages = {11},
1093 location = {Glasgow, UK},
1094 series = {FP'95}
1095 }
1096
1097 @inproceedings{sivieri2012drop,
1098 title={Drop the phone and talk to the physical world: Programming the internet of things with Erlang},
1099 author={Sivieri, Alessandro and Mottola, Luca and Cugola, Gianpaolo},
1100 booktitle={2012 Third International Workshop on Software Engineering for Sensor Network Applications (SESENA)},
1101 pages={8--14},
1102 year={2012},
1103 organization={IEEE}
1104 }
1105
1106 @article{chong2007secure,
1107 title={Secure web applications via automatic partitioning},
1108 author={Chong, Stephen and Liu, Jed and Myers, Andrew C and Qi, Xin and Vikram, Krishnaprasad and Zheng, Lantian and Zheng, Xin},
1109 journal={ACM SIGOPS Operating Systems Review},
1110 volume={41},
1111 number={6},
1112 pages={31--44},
1113 year={2007},
1114 publisher={ACM New York, NY, USA}
1115 }
1116
1117 @article{zdancewic2002secure,
1118 title={Secure program partitioning},
1119 author={Zdancewic, Steve and Zheng, Lantian and Nystrom, Nathaniel and Myers, Andrew C},
1120 journal={ACM Transactions on Computer Systems (TOCS)},
1121 volume={20},
1122 number={3},
1123 pages={283--328},
1124 year={2002},
1125 publisher={ACM New York, NY, USA}
1126 }
1127
1128 @article{bhatt2012analysis,
1129 title={Analysis of source lines of code (SLOC) metric},
1130 author={Bhatt, Kaushal and Tarey, Vinit and Patel, Pushpraj and Mits, Kaushal Bhatt and Ujjain, Datana},
1131 journal={International Journal of Emerging Technology and Advanced Engineering},
1132 volume={2},
1133 number={5},
1134 pages={150--154},
1135 year={2012},
1136 publisher={Citeseer}
1137 }
1138
1139 @article{10.1145/2775050.2633367,
1140 author = {Ekblad, Anton and Claessen, Koen},
1141 title = {A Seamless, Client-Centric Programming Model for Type Safe Web Applications},
1142 year = {2014},
1143 issue_date = {December 2014},
1144 publisher = {Association for Computing Machinery},
1145 address = {New York, NY, USA},
1146 volume = {49},
1147 number = {12},
1148 issn = {0362-1340},
1149 doi = {10.1145/2775050.2633367},
1150 abstract = {We propose a new programming model for web applications which is (1) seamless; one program and one language is used to produce code for both client and server, (2) client-centric; the programmer takes the viewpoint of the client that runs code on the server rather than the other way around, (3) functional and type-safe, and (4) portable; everything is implemented as a Haskell library that implicitly takes care of all networking code. Our aim is to improve the painful and error-prone experience of today's standard development methods, in which clients and servers are coded in different languages and communicate with each other using ad-hoc protocols. We present the design of our library called Haste.App, an example web application that uses it, and discuss the implementation and the compiler technology on which it depends.},
1151 journal = {SIGPLAN Not.},
1152 month = {sep},
1153 pages = {7989},
1154 numpages = {11},
1155 keywords = {distributed systems, web applications, network communication}
1156 }
1157
1158 @article{jones_1992, title={Implementing lazy functional languages on stock hardware: the Spineless Tagless G-machine}, volume={2}, DOI={10.1017/S0956796800000319}, number={2}, journal={Journal of Functional Programming}, publisher={Cambridge University Press}, author={Jones, Simon L. Peyton}, year={1992}, pages={127202}}
1159
1160
1161 @article{domoszlai_implementing_2011,
1162 title = {Implementing a non-strict purely functional language in {JavaScript}},
1163 volume = {3},
1164 url = {https://www.researchgate.net/profile/Jan_Martin_Jansen2/publication/230607075_Implementing_a_non-strict_purely_functional_language_in_JavaScript/links/53fc40190cf22f21c2f3b28a.pdf},
1165 urldate = {2017-05-23},
1166 journal = {Acta Universitatis Sapientiae},
1167 author = {Domoszlai, Laszlo and Bruel, Eddy and Jansen, Jan Martin},
1168 year = {2011},
1169 pages = {76--98},
1170 file = {53fc40190cf22f21c2f3b28a.pdf:/home/mrl/.local/share/zotero/storage/2EVHREI3/53fc40190cf22f21c2f3b28a.pdf:application/pdf},
1171 }
1172 @Inbook{Domoszlai2013,
1173 author={Domoszlai, L{\'a}szl{\'o} and Kozsik, Tam{\'a}s},
1174 editor={Achten, Peter and Koopman, Pieter},
1175 title={Clean Up the Web!},
1176 bookTitle={The Beauty of Functional Code: Essays Dedicated to Rinus Plasmeijer on the Occasion of His 61st Birthday},
1177 year=2013,
1178 publisher={Springer Berlin Heidelberg},
1179 address={Berlin, Heidelberg},
1180 pages={133--150},
1181 abstract={Programming in Clean is much more appealing than programming in JavaScript. Therefore, solutions that can replace JavaScript with Clean in client-side web development are widely welcomed. This paper describes a technology for the cross-compilation of Clean to JavaScript and for the tight integration of the generated code into a web application. Our solution is based on the iTask framework and its extension, the so-called Tasklets. The application server approach provides simple and easy deployment, thus supporting rapid development. Examples are shown to illustrate how communication between the Clean and JavaScript code can be established.},
1182 isbn={978-3-642-40355-2},
1183 doi={10.1007/978-3-642-40355-2_10},
1184 url={https://doi.org/10.1007/978-3-642-40355-2_10}
1185 }
1186
1187 @inproceedings{10.1145/3412932.3412941,
1188 author = {Staps, Camil and van Groningen, John and Plasmeijer, Rinus},
1189 title = {Lazy Interworking of Compiled and Interpreted Code for Sandboxing and Distributed Systems},
1190 year = {2019},
1191 isbn = {9781450375627},
1192 publisher = {Association for Computing Machinery},
1193 address = {New York, NY, USA},
1194 doi = {10.1145/3412932.3412941},
1195 abstract = {More and more applications rely on the safe execution of code unknown at compile-time, for example in the implementation of web browsers and plugin systems. Furthermore, these applications usually require some form of communication between the added code and its embedder, and hence a communication channel must be set up in which values are serialized and deserialized. This paper shows that in a functional programming language we can solve these two problems at once, if we realize that the execution of extra code is nothing more than the deserialization of a value which happens to be a function. To demonstrate this, we describe the implementation of a serialization library for the language Clean, which internally uses an interpreter to evaluate added code in a separate, sandboxed environment. Remarkable is that despite the conceptual asymmetry between "host" and "interpreter", lazy interworking must be implemented in a highly symmetric fashion, much akin to distributed systems. The library interworks on a low level with the native Clean program, but has been implemented without any changes to the native runtime system. It can therefore easily be ported to other programming languages.We can use the same technique in the context of the web, where we want to be able to share possibly lazy values between a server and a client. In this case the interpreter runs in WebAssembly in the browser and communicates seamlessly with the server, written in Clean. We use this in the iTasks web framework to handle communication and offload computations to the client to reduce stress on the server-side. Previously, this framework cross-compiled the Clean source code to JavaScript and used JSON for communication. The interpreter has a more predictable and better performance, and integration is much simpler because it interworks on a lower level with the web server.},
1196 booktitle = {Proceedings of the 31st Symposium on Implementation and Application of Functional Languages},
1197 articleno = {9},
1198 numpages = {12},
1199 keywords = {functional programming, sandboxing, web-assembly, laziness, interpreters},
1200 location = {Singapore, Singapore},
1201 series = {IFL '19}
1202 }
1203
1204 @inproceedings{elliott_guilt_2015,
1205 title = {Guilt free ivory},
1206 volume = {50},
1207 booktitle = {{ACM} {SIGPLAN} {Notices}},
1208 publisher = {ACM},
1209 author = {Elliott, Trevor and Pike, Lee and Winwood, Simon and Hickey, Pat and Bielman, James and Sharp, Jamey and Seidel, Eric and Launchbury, John},
1210 year = {2015},
1211 pages = {189--200},
1212 file = {5678351608ae125516ee79c6.pdf:/home/mrl/.local/share/zotero/storage/KJMFUH7T/5678351608ae125516ee79c6.pdf:application/pdf},
1213 }
1214
1215 @inproceedings{sawada_emfrp:_2016,
1216 title = {Emfrp: a functional reactive programming language for small-scale embedded systems},
1217 booktitle = {Companion {Proceedings} of the 15th {International} {Conference} on {Modularity}},
1218 publisher = {ACM},
1219 author = {Sawada, Kensuke and Watanabe, Takuo},
1220 year = {2016},
1221 pages = {36--44},
1222 file = {Sawada and Watanabe - 2016 - Emfrp a functional reactive programming language .pdf:/home/mrl/.local/share/zotero/storage/9U95ER5P/Sawada and Watanabe - 2016 - Emfrp a functional reactive programming language .pdf:application/pdf},
1223 }
1224
1225 @inproceedings{lv_designing_2018,
1226 title = {Designing of {IoT} {Platform} {Based} on {Functional} {Reactive} {Pattern}},
1227 booktitle = {2018 {International} {Conference} on {Computer} {Science}, {Electronics} and {Communication} {Engineering} ({CSECE} 2018)},
1228 publisher = {Atlantis Press},
1229 author = {Lv, Haidong and Ge, Xiaolong and Zhu, Hongzhi and Yuan, Zhiwei and Wang, Zhen and Zhu, Yongkang},
1230 year = {2018},
1231 file = {Lv et al. - 2018 - Designing of IoT Platform Based on Functional Reac.pdf:/home/mrl/.local/share/zotero/storage/IBVT6MHW/Lv et al. - 2018 - Designing of IoT Platform Based on Functional Reac.pdf:application/pdf},
1232 }
1233
1234 @inproceedings{helbling_juniper:_2016,
1235 title = {Juniper: a functional reactive programming language for the {Arduino}},
1236 booktitle = {Proceedings of the 4th {International} {Workshop} on {Functional} {Art}, {Music}, {Modelling}, and {Design}},
1237 publisher = {ACM},
1238 author = {Helbling, Caleb and Guyer, Samuel Z},
1239 year = {2016},
1240 pages = {8--16},
1241 file = {Helbling and Guyer - 2016 - Juniper a functional reactive programming languag.pdf:/home/mrl/.local/share/zotero/storage/M4UWK57F/Helbling and Guyer - 2016 - Juniper a functional reactive programming languag.pdf:application/pdf},
1242 }
1243
1244 @incollection{wang_functional_2020,
1245 address = {Cham},
1246 title = {Functional {Reactive} {EDSL} with {Asynchronous} {Execution} for {Resource}-{Constrained} {Embedded} {Systems}},
1247 isbn = {978-3-030-26428-4},
1248 abstract = {This paper presents a functionalWang, Sheng reactive embedded domain-specific language (EDSL) for resource-constrained embedded systems and its efficient execution method. In the language, time-varying values changes at discrete points of time rather than continuously. Combined with a mechanismWatanabe, Takuo to let users designate the update interval of values, it is possible to derive the minimal value-updates required to produce the user-desired output. Also, the event-driven backend asynchronously updates an input value when its value is required. In this way, we can greatly reduce the number of updates.},
1249 booktitle = {Software {Engineering}, {Artificial} {Intelligence}, {Networking} and {Parallel}/{Distributed} {Computing}},
1250 publisher = {Springer International Publishing},
1251 author = {Wang, Sheng and Watanabe, Takuo},
1252 editor = {Lee, Roger},
1253 year = {2020},
1254 doi = {10.1007/978-3-030-26428-4_12},
1255 pages = {171--190},
1256 file = {Wang and Watanabe - 2020 - Functional Reactive EDSL with Asynchronous Executi.pdf:/home/mrl/.local/share/zotero/storage/5JUBWXYV/Wang and Watanabe - 2020 - Functional Reactive EDSL with Asynchronous Executi.pdf:application/pdf},
1257 }
1258
1259 @incollection{valliappan_towards_2020,
1260 address = {New York, NY, USA},
1261 title = {Towards {Secure} {IoT} {Programming} in {Haskell}},
1262 isbn = {978-1-4503-8050-8},
1263 abstract = {IoT applications are often developed in programming languages with low-level abstractions, where a seemingly innocent mistake might lead to severe security vulnerabilities. Current IoT development tools make it hard to identify these vulnerabilities as they do not provide end-to-end guarantees about how data flows within and between appliances. In this work we present Haski, an embedded domain specific language in Haskell (eDSL) for secure programming of IoT devices. Haski enables developers to write Haskell programs that generate C code without falling into many of C’s pitfalls. Haski is designed after the synchronous programming language Lustre, and sports a backwards compatible information-flow control extension to restrict how sensitive data is propagated and modified within the application. We present a novel eDSL design which uses recursive monadic bindings and allows a natural use of functions and pattern-matching in Haskell to write Haski programs. To showcase Haski, we implement a simple smart house controller where communication is done via low-energy Bluetooth on Zephyr OS.},
1264 booktitle = {Proceedings of the 13th {ACM} {SIGPLAN} {International} {Symposium} on {Haskell}},
1265 publisher = {Association for Computing Machinery},
1266 author = {Valliappan, Nachiappan and Krook, Robert and Russo, Alejandro and Claessen, Koen},
1267 year = {2020},
1268 pages = {136--150},
1269 file = {Valliappan et al. - 2020 - Towards Secure IoT Programming in Haskell.pdf:/home/mrl/.local/share/zotero/storage/BF6YIT2S/Valliappan et al. - 2020 - Towards Secure IoT Programming in Haskell.pdf:application/pdf},
1270 }
1271
1272 @inproceedings{sarkar_hailstorm_2020,
1273 address = {New York, NY, USA},
1274 series = {{PPDP} '20},
1275 title = {Hailstorm: {A} {Statically}-{Typed}, {Purely} {Functional} {Language} for {IoT} {Applications}},
1276 isbn = {978-1-4503-8821-4},
1277 doi = {10.1145/3414080.3414092},
1278 abstract = {With the growing ubiquity of Internet of Things (IoT), more complex logic is being programmed on resource-constrained IoT devices, almost exclusively using the C programming language. While C provides low-level control over memory, it lacks a number of high-level programming abstractions such as higher-order functions, polymorphism, strong static typing, memory safety, and automatic memory management. We present Hailstorm, a statically-typed, purely functional programming language that attempts to address the above problem. It is a high-level programming language with a strict typing discipline. It supports features like higher-order functions, tail-recursion, and automatic memory management, to program IoT devices in a declarative manner. Applications running on these devices tend to be heavily dominated by I/O. Hailstorm tracks side effects like I/O in its type system using resource types. This choice allowed us to explore the design of a purely functional standalone language, in an area where it is more common to embed a functional core in an imperative shell. The language borrows the combinators of arrowized FRP, but has discrete-time semantics. The design of the full set of combinators is work in progress, driven by examples. So far, we have evaluated Hailstorm by writing standard examples from the literature (earthquake detection, a railway crossing system and various other clocked systems), and also running examples on the GRiSP embedded systems board, through generation of Erlang.},
1279 booktitle = {Proceedings of the 22nd {International} {Symposium} on {Principles} and {Practice} of {Declarative} {Programming}},
1280 publisher = {Association for Computing Machinery},
1281 author = {Sarkar, Abhiroop and Sheeran, Mary},
1282 year = {2020},
1283 note = {event-place: Bologna, Italy},
1284 keywords = {functional programming, compilers, embedded systems, IoT},
1285 file = {Sarkar and Sheeran - 2020 - Hailstorm A Statically-Typed, Purely Functional L.pdf:/home/mrl/.local/share/zotero/storage/BKFJKGQP/Sarkar and Sheeran - 2020 - Hailstorm A Statically-Typed, Purely Functional L.pdf:application/pdf},
1286 }
1287 @inproceedings{10.1145/3281366.3281370,
1288 author = {Shibanai, Kazuhiro and Watanabe, Takuo},
1289 title = {Distributed Functional Reactive Programming on Actor-Based Runtime},
1290 year = {2018},
1291 isbn = {9781450360661},
1292 publisher = {Association for Computing Machinery},
1293 address = {New York, NY, USA},
1294 doi = {10.1145/3281366.3281370},
1295 abstract = {Reactive programming over a network is a challenging task because efficient elimination of temporary violations of data flow invariants, known as glitches, in a distributed setting is still an open issue. In this paper, we propose a method for constructing a distributed reactive programming system of which runtime guarantees the properties of single source glitch-freedom and the robustness against out-of-order messages. Based on the method, we developed a purely functional reactive programming language XFRP whose compiler produces Erlang code. Using some examples, we show that the proposed method is beneficial for constructing distributed reactive applications without suffering from inconsistencies.},
1296 booktitle = {Proceedings of the 8th ACM SIGPLAN International Workshop on Programming Based on Actors, Agents, and Decentralized Control},
1297 pages = {1322},
1298 numpages = {10},
1299 keywords = {Distributed Functional Reactive Programming, Erlang, Glitch Freedom, Synchronization, Actor-Based Runtime System},
1300 location = {Boston, MA, USA},
1301 series = {AGERE 2018}
1302 }
1303
1304 @inproceedings{suzuki_cfrp_2017,
1305 address = {The University of The Philippines Cebu, Cebu City, The Philippines},
1306 title = {{CFRP}: {A} {Functional} {Reactive} {Programming} {Language} for {Small}-{Scale} {Embedded} {Systems}},
1307 isbn = {978-981-323-406-2 978-981-323-407-9},
1308 shorttitle = {{CFRP}},
1309 url = {http://www.worldscientific.com/doi/abs/10.1142/9789813234079_0001},
1310 doi = {10.1142/9789813234079_0001},
1311 language = {en},
1312 urldate = {2022-03-02},
1313 booktitle = {Theory and {Practice} of {Computation}},
1314 publisher = {WORLD SCIENTIFIC},
1315 author = {Suzuki, Kohei and Nagayama, Kanato and Sawada, Kensuke and Watanabe, Takuo},
1316 month = dec,
1317 year = {2017},
1318 pages = {1--13},
1319 file = {Suzuki et al. - 2017 - CFRP A Functional Reactive Programming Language f.pdf:/home/mrl/.local/share/zotero/storage/XHPSZCJH/Suzuki et al. - 2017 - CFRP A Functional Reactive Programming Language f.pdf:application/pdf},
1320 }
1321
1322
1323 @inproceedings{shibanai_distributed_2018,
1324 address = {New York, NY, USA},
1325 series = {{AGERE} 2018},
1326 title = {Distributed {Functional} {Reactive} {Programming} on {Actor}-{Based} {Runtime}},
1327 isbn = {978-1-4503-6066-1},
1328 doi = {10.1145/3281366.3281370},
1329 abstract = {Reactive programming over a network is a challenging task because efficient elimination of temporary violations of data flow invariants, known as glitches, in a distributed setting is still an open issue. In this paper, we propose a method for constructing a distributed reactive programming system of which runtime guarantees the properties of single source glitch-freedom and the robustness against out-of-order messages. Based on the method, we developed a purely functional reactive programming language XFRP whose compiler produces Erlang code. Using some examples, we show that the proposed method is beneficial for constructing distributed reactive applications without suffering from inconsistencies.},
1330 booktitle = {Proceedings of the 8th {ACM} {SIGPLAN} {International} {Workshop} on {Programming} {Based} on {Actors}, {Agents}, and {Decentralized} {Control}},
1331 publisher = {Association for Computing Machinery},
1332 author = {Shibanai, Kazuhiro and Watanabe, Takuo},
1333 year = {2018},
1334 note = {event-place: Boston, MA, USA},
1335 keywords = {Actor-Based Runtime System, Distributed Functional Reactive Programming, Erlang, Glitch Freedom, Synchronization},
1336 pages = {13--22},
1337 file = {Shibanai and Watanabe - 2018 - Distributed Functional Reactive Programming on Act.pdf:/home/mrl/.local/share/zotero/storage/UJ5IG7R4/Shibanai and Watanabe - 2018 - Distributed Functional Reactive Programming on Act.pdf:application/pdf},
1338 }
1339
1340 @inproceedings{nilsson_functional_2002,
1341 address = {New York, NY, USA},
1342 series = {Haskell '02},
1343 title = {Functional {Reactive} {Programming}, {Continued}},
1344 isbn = {1-58113-605-6},
1345 doi = {10.1145/581690.581695},
1346 abstract = {Functional Reactive Programming (FRP) extends a host programming language with a notion of time flow. Arrowized FRP (AFRP) is a version of FRP embedded in Haskell based on the arrow combinators. AFRP is a powerful synchronous dataflow programming language with hybrid modeling capabilities, combining advanced synchronous dataflow features with the higher-order lazy functional abstractions of Haskell. In this paper, we describe the AFRP programming style and our Haskell-based implementation. Of particular interest are the AFRP combinators that support dynamic collections and continuation-based switching. We show how these combinators can be used to express systems with an evolving structure that are difficult to model in more traditional dataflow languages.},
1347 booktitle = {Proceedings of the 2002 {ACM} {SIGPLAN} {Workshop} on {Haskell}},
1348 publisher = {Association for Computing Machinery},
1349 author = {Nilsson, Henrik and Courtney, Antony and Peterson, John},
1350 year = {2002},
1351 note = {event-place: Pittsburgh, Pennsylvania},
1352 keywords = {functional programming, Haskell, domain-specific languages, FRP, hybrid modeling, synchronous dataflow languages},
1353 pages = {51--64},
1354 file = {Nilsson et al. - 2002 - Functional reactive programming, continued.pdf:/home/mrl/.local/share/zotero/storage/X79J47NP/Nilsson et al. - 2002 - Functional reactive programming, continued.pdf:application/pdf},
1355 }
1356 @inproceedings{10.1145/2661136.2661146,
1357 author = {Philips, Laure and De Roover, Coen and Van Cutsem, Tom and De Meuter, Wolfgang},
1358 title = {Towards Tierless Web Development without Tierless Languages},
1359 year = {2014},
1360 isbn = {9781450332101},
1361 publisher = {Association for Computing Machinery},
1362 address = {New York, NY, USA},
1363 doi = {10.1145/2661136.2661146},
1364 abstract = {Tierless programming languages enable developing the typical server, client and database tiers of a web application as a single mono-linguistic program. This development style is in stark contrast to the current practice which requires combining multiple technologies and programming languages. A myriad of tierless programming languages has already been proposed, often featuring a JavaScript-like syntax. Instead of introducing yet another, we advocate that it should be possible to develop tierless web applications in existing general-purpose languages. This not only reduces the complexity that developers are exposed to, but also precludes the need for new development tools. We concretize this novel approach to tierless programming by discussing requirements on its future instantiations. We explore the design space of the program analysis for determining and the program transformation for realizing the tier split respectively. The former corresponds to new adaptations of an old familiar, program slicing, for tier splitting. The latter includes several strategies for handling cross-tier function calls and data accesses. Using a prototype instantiation for JavaScript, we demonstrate the feasibility of our approach on an example web application. We conclude with a discussion of open questions and challenges for future research.},
1365 booktitle = {Proceedings of the 2014 ACM International Symposium on New Ideas, New Paradigms, and Reflections on Programming \& Software},
1366 pages = {6981},
1367 numpages = {13},
1368 keywords = {tier splitting, program slicing, tierless programming, javascript},
1369 location = {Portland, Oregon, USA},
1370 series = {Onward! 2014}
1371 }
1372
1373 @misc{hess_arduino-copilot_2020,
1374 title = {arduino-copilot: {Arduino} programming in haskell using the {Copilot} stream {DSL}},
1375 shorttitle = {arduino-copilot},
1376 url = {//hackage.haskell.org/package/arduino-copilot},
1377 urldate = {2020-02-14},
1378 journal = {Hackage},
1379 author = {Hess, Joey},
1380 year = {2020},
1381 file = {Snapshot:/home/mrl/.local/share/zotero/storage/PSHYKF52/arduino-copilot.html:text/html},
1382 }
1383 @INPROCEEDINGS{5558637,
1384
1385 author={Axelsson, Emil and Claessen, Koen and Dévai, Gergely and Horváth, Zoltán and Keijzer, Karin and Lyckegård, Bo and Persson, Anders and Sheeran, Mary and Svenningsson, Josef and Vajdax, András},
1386
1387 booktitle={Eighth ACM/IEEE International Conference on Formal Methods and Models for Codesign (MEMOCODE 2010)},
1388
1389 title={Feldspar: A domain specific language for digital signal processing algorithms},
1390
1391 year={2010},
1392
1393 volume={},
1394
1395 number={},
1396
1397 pages={169-178},
1398
1399 abstract={A new language, Feldspar, is presented, enabling high-level and platform-independent description of digital signal processing (DSP) algorithms. Feldspar is a pure functional language embedded in Haskell. It offers a high-level dataflow style of programming, as well as a more mathematical style based on vector indices. The key to generating efficient code from such descriptions is a high-level optimization technique called vector fusion. Feldspar is based on a low-level, functional core language which has a relatively small semantic gap to machine-oriented languages like C. The core language serves as the interface to the back-end code generator, which produces C. For very small examples, the generated code performs comparably to hand-written C code when run on a DSP target. While initial results are promising, to achieve good performance on larger examples, issues related to memory access patterns and array copying will have to be addressed.},
1400
1401 keywords={},
1402
1403 doi={10.1109/MEMCOD.2010.5558637},
1404
1405 ISSN={},
1406
1407 month={July},}
1408
1409 @article{sheetz2009understanding,
1410 title={Understanding developer and manager perceptions of function points and source lines of code},
1411 author={Sheetz, Steven D and Henderson, David and Wallace, Linda},
1412 journal={Journal of Systems and Software},
1413 volume={82},
1414 number={9},
1415 pages={1540--1549},
1416 year={2009},
1417 publisher={Elsevier}
1418 }
1419
1420 @article{fichera2017python,
1421 title={A Python framework for programming autonomous robots using a declarative approach},
1422 author={Fichera, Loris and Messina, Fabrizio and Pappalardo, Giuseppe and Santoro, Corrado},
1423 journal={Science of Computer Programming},
1424 volume={139},
1425 pages={36--55},
1426 year={2017},
1427 publisher={Elsevier}
1428 }
1429
1430 @inproceedings{balat2006ocsigen,
1431 title={Ocsigen: Typing web interaction with objective caml},
1432 author={Balat, Vincent},
1433 booktitle={Proceedings of the 2006 Workshop on ML},
1434 pages={84--94},
1435 year={2006}
1436 }
1437
1438 @inproceedings{bjornson2010composing,
1439 title={Composing reactive GUIs in F\# using WebSharper},
1440 author={Bjornson, Joel and Tayanovskyy, Anton and Granicz, Adam},
1441 booktitle={Symposium on Implementation and Application of Functional Languages},
1442 pages={203--216},
1443 year={2010},
1444 organization={Springer}
1445 }
1446
1447 @book{strack2015getting,
1448 title={Getting Started with Meteor. js JavaScript Framework},
1449 author={Strack, Isaac},
1450 year={2015},
1451 publisher={Packt Publishing Ltd}
1452 }
1453
1454 @incollection{hall1993glasgow,
1455 title={The Glasgow Haskell compiler: a retrospective},
1456 author={Hall, Cordelia and Hammond, Kevin and Partain, Will and Peyton Jones, Simon L and Wadler, Philip},
1457 booktitle={Functional Programming, Glasgow 1992},
1458 pages={62--71},
1459 year={1993},
1460 publisher={Springer}
1461 }
1462
1463 @misc{diffmicro,
1464 title = "MicroPython Differences from CPython",
1465 author = "Micropython Official Website",
1466 year = "2022",
1467 note = "https://docs.micropython.org/en/latest/genrst/index.html",
1468 }
1469
1470 @article{weisenburger2020survey,
1471 title={A survey of multitier programming},
1472 author={Weisenburger, Pascal and Wirth, Johannes and Salvaneschi, Guido},
1473 journal={ACM Computing Surveys (CSUR)},
1474 volume={53},
1475 number={4},
1476 pages={1--35},
1477 year={2020},
1478 publisher={ACM New York, NY, USA}
1479 }
1480
1481 @inproceedings {203628,
1482 author = {Manos Antonakakis and Tim April and Michael Bailey and Matt Bernhard and Elie Bursztein and Jaime Cochran and Zakir Durumeric and J. Alex Halderman and Luca Invernizzi and Michalis Kallitsis and Deepak Kumar and Chaz Lever and Zane Ma and Joshua Mason and Damian Menscher and Chad Seaman and Nick Sullivan and Kurt Thomas and Yi Zhou},
1483 title = {Understanding the Mirai Botnet},
1484 booktitle = {26th USENIX Security Symposium (USENIX Security 17)},
1485 year = {2017},
1486 isbn = {978-1-931971-40-9},
1487 address = {Vancouver, BC},
1488 pages = {1093--1110},
1489 url = {https://www.usenix.org/conference/usenixsecurity17/technical-sessions/presentation/antonakakis},
1490 publisher = {USENIX Association},
1491 month = aug,
1492 }
1493
1494 @inproceedings{herwig_measurement_2019,
1495 address = {San Diego, CA, USA},
1496 title = {Measurement and {Analysis} of {Hajime}, a {Peer}-to-peer {IoT} {Botnet}},
1497 isbn = {1-891562-55-X},
1498 url = {https://par.nsf.gov/biblio/10096257},
1499 doi = {10.14722/ndss.2019.23488},
1500 booktitle = {Network and {Distributed} {Systems} {Security} ({NDSS}) {Symposium} 2019},
1501 author = {Herwig, Stephen and Harvey, Katura and Hughey, George and Roberts, Richard and Levin, Dave},
1502 year = {2019},
1503 pages = {15},
1504 file = {Herwig et al. - Measurement and Analysis of Hajime, a Peer-to-peer.pdf:/home/mrl/.local/share/zotero/storage/YFB8C8CU/Herwig et al. - Measurement and Analysis of Hajime, a Peer-to-peer.pdf:application/pdf},
1505 }
1506 @article{10.1145/3437537,
1507 author = {Alhirabi, Nada and Rana, Omer and Perera, Charith},
1508 title = {Security and Privacy Requirements for the Internet of Things: A Survey},
1509 year = {2021},
1510 issue_date = {February 2021},
1511 publisher = {Association for Computing Machinery},
1512 address = {New York, NY, USA},
1513 volume = {2},
1514 number = {1},
1515 issn = {2691-1914},
1516 doi = {10.1145/3437537},
1517 abstract = {The design and development process for internet of things (IoT) applications is more complicated than that for desktop, mobile, or web applications. First, IoT applications require both software and hardware to work together across many different types of nodes with different capabilities under different conditions. Second, IoT application development involves different types of software engineers such as desktop, web, embedded, and mobile to work together. Furthermore, non-software engineering personnel such as business analysts are also involved in the design process. In addition to the complexity of having multiple software engineering specialists cooperating to merge different hardware and software components together, the development process requires different software and hardware stacks to be integrated together (e.g., different stacks from different companies such as Microsoft Azure and IBM Bluemix). Due to the above complexities, non-functional requirements (such as security and privacy, which are highly important in the context of the IoT) tend to be ignored or treated as though they are less important in the IoT application development process. This article reviews techniques, methods, and tools to support security and privacy requirements in existing non-IoT application designs, enabling their use and integration into IoT applications. This article primarily focuses on design notations, models, and languages that facilitate capturing non-functional requirements (i.e., security and privacy). Our goal is not only to analyse, compare, and consolidate the empirical research but also to appreciate their findings and discuss their applicability for the IoT.},
1518 journal = {ACM Trans. Internet Things},
1519 month = {feb},
1520 articleno = {6},
1521 numpages = {37},
1522 keywords = {design principles, software design tools, Internet of Things, non functional requirements, notation, software engineering}
1523 }
1524
1525 @phdthesis{wijkhuizen_security_2018,
1526 address = {Nijmegen},
1527 type = {Bachelor's {Thesis}},
1528 title = {Security analysis of the {iTasks} framework},
1529 url = {http://www.ru.nl/publish/pages/769526/arjan_oortgiese.pdf},
1530 language = {English},
1531 urldate = {2017-04-08},
1532 school = {Radboud University},
1533 author = {Wijkhuizen, Mark},
1534 year = {2018},
1535 file = {Wijkhuizen - 2018 - Security analysis of the iTasks framework.pdf:/home/mrl/.local/share/zotero/storage/AWFT6PGL/Wijkhuizen - 2018 - Security analysis of the iTasks framework.pdf:application/pdf},
1536 }
1537 @inproceedings{Steenvoorden2019tophat,
1538 author = {Steenvoorden, Tim and Naus, Nico and Klinik, Markus},
1539 title = {TopHat: A Formal Foundation for Task-Oriented Programming},
1540 year = {2019},
1541 isbn = {9781450372497},
1542 publisher = {Association for Computing Machinery},
1543 address = {New York, NY, USA},
1544 doi = {10.1145/3354166.3354182},
1545 booktitle = {Proceedings of the 21st International Symposium on Principles and Practice of Declarative Programming},
1546 articleno = {17},
1547 numpages = {13},
1548 location = {Porto, Portugal},
1549 series = {PPDP '19}
1550 }
1551
1552
1553
1554