This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cites.bib
180 lines (164 loc) · 5.54 KB
/
cites.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
@misc{graham-monads,
author = {Graham Hutton},
title = "AFP 9 - Monads II: Maybe, List and State",
howpublished = {\url{https://www.youtube.com/watch?v=YDj20ySKWP8}},
url = {https://www.youtube.com/watch?v=YDj20ySKWP8},
year = {2021},
month = {3},
day = {8},
}
@misc{haskell-monads,
author = {},
title = {{M}onad - {H}askell{W}iki},
howpublished = {\url{https://wiki.haskell.org/Monad}},
url = {https://wiki.haskell.org/Monad},
year = {},
note = {[Accessed 11-Feb-2022]},
}
@misc{haskell-monad-laws,
author = {},
title = {{M}onad laws - {H}askell{W}iki},
howpublished = {\url{https://wiki.haskell.org/Monad_laws}},
url = {https://wiki.haskell.org/Monad_laws},
year = {},
note = {[Accessed 11-Feb-2022]},
}
@misc{clojure-let,
author = {Rich Hickey},
title = {let},
howpublished = {\url{https://clojuredocs.org/clojure.core/let}},
url = {https://clojuredocs.org/clojure.core/let},
year = {2008},
month = {7},
day = {29},
note = {[Accessed 13-Feb-2022]},
}
@misc{reacl-ref-let,
author = {David Frese},
title = {ref-let},
howpublished = {\url{https://github.com/active-group/reacl-c/blob/0.10.10/src/reacl_c/core.cljc#L94}},
url = {https://github.com/active-group/reacl-c/blob/0.10.10/src/reacl_c/core.cljc#L94},
year = {2020},
month = {2},
day = {21},
note = {[Accessed 16-Feb-2022]},
}
@misc{clojure-when,
author = {Rich Hickey},
title = {when},
howpublished = {\url{https://github.com/clojure/clojure/blob/clojure-1.10.1/src/clj/clojure/core.clj#L493}},
url = {https://github.com/clojure/clojure/blob/clojure-1.10.1/src/clj/clojure/core.clj#L493},
year = {2008},
month = {7},
day = {29},
note = {[Accessed 15-Feb-2022]},
}
@misc{clojure-when-not,
author = {Rich Hickey},
title = {when-not},
howpublished = {\url{https://github.com/clojure/clojure/blob/clojure-1.10.1/src/clj/clojure/core.clj#L499}},
url = {https://github.com/clojure/clojure/blob/clojure-1.10.1/src/clj/clojure/core.clj#L499},
year = {2008},
month = {7},
day = {29},
note = {[Accessed 15-Feb-2022]},
}
@misc{clojure-let-code,
author = {Rich Hickey},
title = {let},
howpublished = {\url{https://github.com/clojure/clojure/blob/clojure-1.10.1/src/clj/clojure/core.clj#L4481}},
url = {https://github.com/clojure/clojure/blob/clojure-1.10.1/src/clj/clojure/core.clj#L4481},
year = {2008},
month = {7},
day = {29},
note = {[Accessed 15-Feb-2022]},
}
@incollection{quick-clojure-macros,
doi = {10.1007/978-1-4842-2952-1_10},
url = {https://doi.org/10.1007/978-1-4842-2952-1_10},
year = {2017},
publisher = {Apress},
pages = {137--146},
author = {Mark McDonnell},
title = {Macros},
booktitle = {Quick Clojure}
}
@masterthesis{schwaighofer-tco,
author = {Arnold Schwaighofer},
title = {Tail Call Optimization in the Java HotSpot{\texttrademark} VM},
school = {Johannes Kepler Universität Linz},
year = {2009},
address = "Österreich, Linz"
}
@misc{2ality-tail-call,
author = {Dr. Axel Rauschmayer},
title = {{T}ail call optimization in {E}{C}{M}{A}{S}cript 6},
howpublished = {\url{https://2ality.com/2015/06/tail-call-optimization.html}},
url = {https://2ality.com/2015/06/tail-call-optimization.html},
year = {2015},
month = {6},
day = {30},
note = {[Accessed 25-Feb-2022]},
}
@incollection{learn-clojure-looping,
author = {Andrew Meredith},
title = {Looping},
booktitle = {{L}earn {C}lojure{S}cript},
url = {https://www.learn-clojurescript.com/section-2/lesson-11-looping/},
isbn = {1736717200}
year = {2021},
month = {3},
day = {8},
note = {[Accessed 28-Mar-2022]},
}
@misc{khinsen-monads-clojure,
author = {{K}onrad {H}insen},
title = {{K}onrad {H}insen's {O}n{C}lojure.com tutorial},
howpublished = {\url{https://github.com/khinsen/monads-in-clojure}},
url = {https://github.com/khinsen/monads-in-clojure},
year = {2009},
note = {[Accessed 19-Feb-2022]},
}
@misc{lei-ray-monads-clojure,
author = "Lei Ray",
title = "Monads in Clojure",
howpublished = {\url{https://www.youtube.com/watch?v=aNp-3XQo5m8}},
url = {https://www.youtube.com/watch?v=aNp-3XQo5m8},
year = {2019},
month = {12},
day = {10},
note = {[Accessed 18-Feb-2022]},
}
@proceedings{effect-systems-in-haskell,
doi = {10.21941/kcss/2021/7},
url = {https://doi.org/10.21941/kcss/2021/7},
editor = {Hanus, Michael and Prott, Kai-Oliver},
publisher = {Department of Computer Science of the Faculty of Engineering, Kiel University},
title = {Tagungsband zum 21. Kolloquium Programmiersprachen und Grundlagen der Programmierung},
year = {2021},
month = sep,
number = {2021/7},
isbn = {},
pages = {85},
address = "Kiel, Germany",
series = {Kiel Computer Science Series},
}
@techreport{unwinding-stylized-recursion,
title = {Unwinding structured recursions into iterations},
author = "Daniel P. Friedman and David S. Wise",
institution = "Computer Science Department Indiana University",
address = "Bloomington, Indiana",
number = "Technical Report #19"
year = "1975",
month = "December"
}
@misc{seq-comp-reacl-c,
author = "Marlon Schlosshauer and Markus Schlegel",
title = "Sequential compositions in reacl-c",
howpublished = {\url{https://github.com/marlonschlosshauer/thesis-code}},
url = {https://github.com/marlonschlosshauer/thesis-code},
year = {2022},
month = {3},
day = {26},
note = {[Accessed 26-Mar-2022]},
}