I found this article on partial evaluation which looked pretty cool: (the long link gives a HTML version) http://webcache.googleusercontent.com/search?q=cache:sZ6qu87l4u8J:openmap.bbn.com/~kanderso/performance/postscript/essence.ps+&cd=1&hl=en&ct=clnk&gl=us
I thought I’d read it and run the code as I went along. However, I could not get the code to run in either Racket Scheme or SBCL.
Is anyone familiar with this paper, and know what language it is written in?
From the text:
Sounds like the Dijkstra school. If you want practical books you can code along with, I’d suggest SICP or Practical Common Lisp. If you weren’t past the basics, I’d also suggest the Schemer Trilogy. Also, if you’re ok with writing in non-Lisp languages, check out Write Yourself a Scheme.