Name: Anonymous 2014-05-03 0:17
for programming language design?
Design Concepts in Programming Languages
, which is quite a great and comprehensive tome. It also uses s-expression as a notation for AST.Practical Foundations for Programming Languages
, but haven't had a chance to look at it yet.SICP
. There's also Essentials of Programming Languages
while we're at that. Lisp In Small Pieces
and Modern Compiler Implementation in ML
better.