I'm actually in the middle of implementing a Scheme variant at the moment, so it's interesting to read about the features/decisions involved in another implementation.<p>Scheme really is a beautiful language! I just ordered copies of SICP and 'The Little Schemer', I'm looking forward to reading them!<p>Are there any Schemers on HN who would care to recommend other 'required reads' for a new Scheme developer?
Essentials of Programming Languages (EOPL)
<a href="http://www.amazon.com/Essentials-Programming-Languages-Daniel-Friedman/dp/0262062178" rel="nofollow">http://www.amazon.com/Essentials-Programming-Languages-Danie...</a><p>and<p>The Seasoned Schemer as well
<a href="http://www.amazon.com/Seasoned-Schemer-Daniel-P-Friedman/dp/026256100X/" rel="nofollow">http://www.amazon.com/Seasoned-Schemer-Daniel-P-Friedman/dp/...</a>