X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Report.bib;h=7e9dd00309622b8d1371af3d82bde81cb8a465e1;hp=eecde8e1e257c6c8b7f04038e6b1dbe83250ed72;hb=35591e39c83f658310c07ad580d19b2a53910a72;hpb=4c731d63745c7a61f990fbac5a34f03d82df13ab diff --git a/Report.bib b/Report.bib index eecde8e..7e9dd00 100644 --- a/Report.bib +++ b/Report.bib @@ -7,5 +7,27 @@ doi = {http://doi.acm.org/10.1145/242224.242477}, publisher = {ACM}, address = {New York, NY, USA}, - } +} +@article{deursen00, + author = {van Deursen, Arie and Klint, Paul and Visser, Joost}, + title = {Domain-specific languages: an annotated bibliography}, + journal = {SIGPLAN Not.}, + volume = {35}, + number = {6}, + year = {2000}, + issn = {0362-1340}, + pages = {26--36}, + doi = {http://doi.acm.org/10.1145/352029.352035}, + publisher = {ACM}, + address = {New York, NY, USA}, +} + +@inproceedings{gill09, + author = {Andy Gill}, + title = {Type-Safe Observable Sharing in {H}askell}, + booktitle = {Proceedings of the 2009 {ACM} {SIGPLAN} {H}askell Symposium}, + year = {2009}, + month = {Sep}, + abstract = {Haskell is a great language for writing and supporting embedded Domain Specific Languages (DSLs). Some form of observable sharing is often a critical capability for allowing so-called deep DSLs to be compiled and processed. In this paper, we describe and explore uses of an IO function for reification which allows direct observation of sharing.} +}