-
Notifications
You must be signed in to change notification settings - Fork 36
/
anatomy.bib
101 lines (92 loc) · 2.37 KB
/
anatomy.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
@article{WhyY,
author = {Gabriel, Richard P.},
title = {The why of Y},
journal = {SIGPLAN Lisp Pointers},
volume = {2},
number = {2},
year = {1988},
pages = {15--25},
publisher = {ACM},
}
@incollection{ScottDataTypes,
author={Scott, Dana},
title={Data types as lattices},
booktitle={ISILC Logic Conference},
volume={499},
series={Lecture Notes in Mathematics},
year={1975},
pages={579-651}
}
@book{GunterPL,
author = {Carl A. Gunter},
title = {Semantics of programming languages - structures and techniques},
publisher = {MIT Press},
series = {Foundations of computing},
year = {1993},
isbn = {978-0-262-07143-7},
}
@book{thomas2006end,
title={The End of Mr. Y},
author={Thomas, Scarlett},
isbn={9780547539232},
publisher={Houghton Mifflin Harcourt},
year={2006},
}
@book{Abelson:1996:SIC:547755,
author = {Abelson, Harold and Sussman, Gerald J.},
title = {Structure and Interpretation of Computer Programs},
year = {1996},
isbn = {0262011530},
url = {https://web.mit.edu/alexmv/6.037/sicp.pdf},
edition = {2nd},
publisher = {MIT Press},
address = {Cambridge, MA, USA},
}
@book{fw,
author = {Friedman, Daniel P. and Wand, Mitchell},
title = {Essentials of Programming Languages, 3rd Edition},
year = {2008},
isbn = {0262062798, 9780262062794},
edition = {3},
publisher = {The MIT Press},
}
@book{sk,
author = "Shriram Krishnamurthi",
title = "Programming Languages: Application and Interpretation",
isbn = "B00262R7B0",
year = 2012
}
@book{Mitchell:2001:CPL:580408,
author = {Mitchell, John C. and Apt, Krzysztof},
title = {Concepts in Programming Languages},
year = {2001},
isbn = {0521780985},
publisher = {Cambridge University Press},
address = {New York, NY, USA},
}
@article{Wadler:1987:CAS:24697.24706,
author = {Wadler, P},
title = {A critique of Abelson and Sussman or why calculating is better than scheming},
journal = {SIGPLAN Not.},
issue_date = {March 1987},
volume = {22},
number = {3},
month = mar,
year = {1987},
issn = {0362-1340},
pages = {83--94},
numpages = {12},
url = {http://doi.acm.org/10.1145/24697.24706},
doi = {10.1145/24697.24706},
acmid = {24706},
publisher = {ACM},
address = {New York, NY, USA},
}
@book{Allen:1978:AL:542865,
author = {Allen, John},
title = {Anatomy of LISP},
year = {1978},
isbn = {0-07-001115-X},
publisher = {McGraw-Hill, Inc.},
address = {New York, NY, USA},
}