RECURSIVE FUNCTIONS OF SYMBOLIC EXPRESSIONS AND THEIR COMPUTATION BY MACHINE (Part I)
http://www-formal.stanford.edu/jmc/recursive.html
From the page:
"This paper appeared in Communications of the ACM in April 1960. It is the original paper on Lisp."
I had mentioned it in this blog post in which I gave a few examples of doing simple computations recursively in Python (for beginners).
Recursive computation of simple functions:
http://jugad2.blogspot.in/2016/03/recursive-computation-of-s...