Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Bibtex for Haskino #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion _meta/bibtex.bib
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,32 @@ @inproceedings{Grebe:15:Haskino
year={2016},
booktitle={Practical Aspects of Declarative Languages},
title={Haskino: {H}askell and {A}rduino},
author={Grebe, Mark and Gill, Andy}
author={Grebe, Mark and Gill, Andy},
location = "St. Petersburg, FL, USA",
publisher = "ACM",
address = {New York, NY, USA},
keywords = {Haskell, Arduino, Remote Monad, Embedded Systems},
abstract="The Haskino library provides a mechanism for programming
the Arduino microcontroller boards in high level, strongly
typed Haskell instead of the low level C language normally
used. Haskino builds on previous libraries for Haskell based
Arduino programming by utilizing the recently developed remote
monad design pattern. This paper presents the design and
implementation of the two-level Haskino library. This first
level of Haskino requires communication from the host running
the Haskell program and the target Arduino over a serial link.
We then investigate extending the initial version of the
library with a deep embedding allowing us to cut the cable,
and run the Arduino as an independent system.",
xurl = {http://www.ittc.ku.edu/csdl/fpg/files/Grebe-16-Haskino.pdf},
xcontent = "
#### Disclaimer

This is the author's version of the work. It is posted here for your
personal use. Not for redistribution.
The definitive version will be published in PADL 2016, and is available
in the ACM Digital Library."

}


Expand Down