mirror of
https://github.com/dhil/phd-dissertation
synced 2026-03-13 02:58:26 +00:00
References for Lisp, Elisp, and Regular Expressions.
This commit is contained in:
37
thesis.bib
37
thesis.bib
@@ -787,6 +787,29 @@
|
|||||||
publisher = {Institut National de Recherche en Informatique et en Automatique}
|
publisher = {Institut National de Recherche en Informatique et en Automatique}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Lisp
|
||||||
|
@article{McCarthy60,
|
||||||
|
author = {John McCarthy},
|
||||||
|
title = {Recursive Functions of Symbolic Expressions and Their Computation
|
||||||
|
by Machine, Part {I}},
|
||||||
|
journal = {Commun. {ACM}},
|
||||||
|
volume = {3},
|
||||||
|
number = {4},
|
||||||
|
pages = {184--195},
|
||||||
|
year = {1960}
|
||||||
|
}
|
||||||
|
|
||||||
|
# Elisp
|
||||||
|
@book{LewisLSG20,
|
||||||
|
author = {Bil Lewis and Dan {LaLiberte} and Richard Stallman and {the GNU Manual Group} and {et al.}},
|
||||||
|
title = {{GNU} {Emacs} {Lisp} Reference Manual},
|
||||||
|
year = 2020,
|
||||||
|
note = {For {Emacs} version 27.1},
|
||||||
|
publisher = {Free Software Foundation},
|
||||||
|
address = {Boston, MA, USA},
|
||||||
|
isbn = {1882114744}
|
||||||
|
}
|
||||||
|
|
||||||
# Scheme
|
# Scheme
|
||||||
@techreport{SussmanS75,
|
@techreport{SussmanS75,
|
||||||
author = {Gerald Jay Sussman and Guy Lewis Steele Jr.},
|
author = {Gerald Jay Sussman and Guy Lewis Steele Jr.},
|
||||||
@@ -853,7 +876,7 @@
|
|||||||
year = 2010
|
year = 2010
|
||||||
}
|
}
|
||||||
|
|
||||||
# Timeless classics
|
# Structural Operational Semantics
|
||||||
@article{Plotkin04a,
|
@article{Plotkin04a,
|
||||||
author = {Gordon D. Plotkin},
|
author = {Gordon D. Plotkin},
|
||||||
title = {A structural approach to operational semantics},
|
title = {A structural approach to operational semantics},
|
||||||
@@ -866,6 +889,18 @@
|
|||||||
bibsource = {dblp computer science bibliography, https://dblp.org}
|
bibsource = {dblp computer science bibliography, https://dblp.org}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Regular expressions
|
||||||
|
@incollection{Kleene56,
|
||||||
|
author = {Stephen Cole Kleene},
|
||||||
|
title = {Representation of events in nerve nets and finite automata},
|
||||||
|
booktitle = {Automata Studies},
|
||||||
|
editor = {Shannon, Claude and McCarthy, John},
|
||||||
|
pages = {3--41},
|
||||||
|
year = 1956,
|
||||||
|
publisher = {Princeton University Press},
|
||||||
|
address = {Princeton, NJ, USA}
|
||||||
|
}
|
||||||
|
|
||||||
# Felleisen's PhD thesis (evaluation contexts)
|
# Felleisen's PhD thesis (evaluation contexts)
|
||||||
@phdthesis{Felleisen87,
|
@phdthesis{Felleisen87,
|
||||||
author = {Matthias Felleisen},
|
author = {Matthias Felleisen},
|
||||||
|
|||||||
Reference in New Issue
Block a user