Elements of ML Programming by Jeffrey D. Ullman Is a readable introduction to the ML language, in which most of the interpreters in the textbook are written. Copies are available in the North Campus bookstore.
Foundations of Functional Programming by Lawrence C. Paulson. We use pages pages 2 - 21 as an introduction to lambda-calculus, but the whole tutorial is well worth reading. Local copy as ps or pdf.
Type Systems by Luca Cardelli is a useful tutorial on type systems. Local copy as here. His system F2 is similar to the book's polymorphic type system but without the overhead of kinds.
"Lecture Notes on Denotational Semantics" by Andrew M. Pitts. Local copy as as .ps.gz, errata as .ps.gz. Sections 1,2 provide background. Section 5 introduces the language PCF, which should be simple after typed uSheme! Section 6 gives a denotational semantics for this typed language: we discuss only untyped languages in lecture. The rest of the paper covers more of the mathematics of denotational semantics than we cover in the course.
Material for Prolog