"Write Yourself a Scheme in 48 Hours: An Introduction to Haskell through Example", Tang (2007)
https://upload.wikimedia.org/wikipedia/commons/a/aa/Write_Yourself_a_Scheme_in_48_Hours.pdf
I'm well and truly miffed—until this moment, I'd never come across this little jewel of a free ebook.🤦♂️
This book teaches practical #Haskell #programming (like monadic parsing) through an implementation of a large subset of R5RS #Scheme interpreter, all in just 138 pp. An experienced FP #programmer, even one who is unfamiliar with Haskell and Scheme, can plough through this text, in one sitting.
It's brilliant!