Created
September 28, 2014 04:28
-
-
Save juliangamble/7e9692a2840227c950a8 to your computer and use it in GitHub Desktop.
References from Nada Amin's StrangeLoop Talk 'Programming Should Eat Itself'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is a reference to the part of the video where the slides are listed: | |
https://www.youtube.com/watch?v=SrKj4hYic5A&feature=youtu.be&t=28m | |
Here are the references: | |
SMITH - Reflection and Semantics in Lisp - 1983 | |
http://www-public.it-sudparis.eu/~gibson/Teaching/CSC7322/ReadingMaterial/Smith84.pdf | |
WAND & FRIEDMAN - The Mystery of the Tower in Lisp - 1986 | |
http://www.cs.indiana.edu/pub/techreports/TR196.pdf | |
DANVY & MALMKJÆR - Intensions and Extensions in a Reflective Tower - 1988 | |
http://www.daimi.au.dk/~danvy/Papers/danvy-malmkjaer-LFP88.pdf | |
Demers & Malenfant - Reflection in logic, functional and object-oriented programming: a Short Comparative Study - 1995 | |
http://www-master.ufr-info-p6.jussieu.fr/2006/Ajouts/Master_esj_2006_2007/IMG/pdf/malenfant-ijcai95.pdf | |
http://www.researchgate.net/publication/2732177_Reflection_in_logic_functional_and_object-oriented_programming_a_Short_Comparative_Study/file/d912f50b86a3930e4f.pdf | |
ASAI - Duplication and Partial Evaluation — For a Better Understanding of Reflective Languages - 1996 | |
https://cs.au.dk/~hosc/local/LaSC-9-23-pp203-241.pdf | |
ASAI - Compiling a reflective language using MetaOCaml - 2014 | |
http://dl.acm.org/citation.cfm?id=2658775 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment