-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmics2018.bib
84 lines (74 loc) · 2.35 KB
/
mics2018.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%%%% references TBD
@misc{spec,
author = "Rich Hickey",
title = {clojure.spec - {Rationale} and {Overview}},
howpublished = "\url{https://clojure.org/about/spec}",
note = {Accessed: 3/16/18},
year = {2016},
}
@misc{nrepl,
author = "Chas Emerick and contributors",
title = {{nREPL}},
howpublished = "\url{https://github.com/clojure/tools.nrepl}",
note = {Accessed: 3/16/18}
}
@inproceedings{mics2017,
author = {Song, Myeongjae and Machkasova, Elena},
title = {Improving Clojure Error Messages for Programming Novices with clojure.spec},
booktitle = "Midwest Instruction and Computing Symposium",
year = {2017}
}
@inproceedings{Hickey:2008,
Acmid = {1408682},
Address = {New York, NY, USA},
Articleno = {1},
Author = {Hickey, Rich},
Booktitle = {Proceedings of the 2008 symposium on Dynamic languages},
Doi = {10.1145/1408681.1408682},
Isbn = {978-1-60558-270-2},
Location = {Paphos, Cyprus},
Numpages = {1},
Pages = {1:1--1:1},
Publisher = {ACM},
Series = {DLS '08},
Title = {The Clojure programming language},
Url = {http://doi.acm.org.ezproxy.morris.umn.edu/10.1145/1408681.1408682},
Year = {2008},
Bdsk-Url-1 = {http://doi.acm.org.ezproxy.morris.umn.edu/10.1145/1408681.1408682},
Bdsk-Url-2 = {http://dx.doi.org/10.1145/1408681.1408682}
}
@book{Abelson,
author = {Abelson, Harold and Sussman, Gerald J.},
title = {Structure and Interpretation of Computer Programs},
year = {1996},
isbn = {0262011530},
edition = {2nd},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@article{Felleisen:2004,
author = {Felleisen, Matthias and Findler, Robert Bruce and Flatt, Matthew and Krishnamurthi, Shriram},
title = {The Structure and Interpretation of the Computer Science Curriculum},
journal = {J. Funct. Program.},
issue_date = {July 2004},
volume = {14},
number = {4},
month = jul,
year = {2004},
issn = {0956-7968},
pages = {365--378},
numpages = {14},
url = {http://dx.doi.org/10.1017/S0956796804005076},
doi = {10.1017/S0956796804005076},
acmid = {997813},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@book{htdp,
author = {Felleisen, Matthias and Findler, Robert Bruce and Flatt, Matthew and Krishnamurthi, Shriram},
title = {How to Design Programs: An Introduction to Programming and Computing},
year = {2001},
isbn = {0-262-06218-6},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}