<html><head><base href="x-msg://2009/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 4, 2011, at 9:28 PM, Harry Spier wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div class="hmmessage" style="font-size: 10pt; font-family: Tahoma; "><div dir="ltr">Dear list members,<br><br><br>I'm teaching myself Scheme (as an old imperative language programmer) by going through SCIP, the little Schemer, the Seasoned Schemer etc. </div></div></span></blockquote><div><br></div><div><br></div><div>As Dan used to say as we rewrote the book, "the books are not about Scheme". That's why you find CL compatibility notes. It's about 'recursive thinking' and that can happen in many languages. Neither Scheme nor Racket nor CL live up to the exact laws of the book, so if you interpret them strictly, you may encounter discrepancies.&nbsp;</div><div><br></div><div>If you'd like these books generalized to 'design thinking' and in standard text form, I recommend HtDP (<a href="http://htdp.org">htdp.org</a>) and HtDP/2e ( <a href="http://www.ccs.neu.edu/home/matthias/Presentations/11GS/gs.pdf">http://www.ccs.neu.edu/home/matthias/Presentations/11GS/gs.pdf</a> ). Again, they use neither Scheme nor Racket per se but teaching languages suitable for the design stages considered in the respective parts of the book. When you are thru with the book, you will know enough to adapt to full Racket quickly.&nbsp;</div><div><br></div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div class="hmmessage" style="font-size: 10pt; font-family: Tahoma; "><div dir="ltr">and #lang Racket by going through the Racket guide and documentation. &nbsp;What I would find useful is a list of the major differences between a standard form of Scheme (such as r5rs for example) and #lang Racket. &nbsp;Can any of the members point me to such a list or table?</div></div></span></blockquote><br></div><div><br></div><div>If I had your goal, I would not worry about any language standards. Nobody programs in language standards (Scheme, SML, Ecmascript aka Javascript, or you name any standard).&nbsp;</div><div><br></div><div>In a nutshell, Racket is our reaction to the experience of building a large multi-lingual system in Scheme over 12 years. When we launched the TeachScheme! effort -- now known as Program by Design -- we wanted to prove to the world that building large systems in Scheme was feasible. The first idea that went out the door was R^nRS. It isn't feasible to create large systems in these languages in a sane manner when you have 20-30 people involved. R6RS -- heavily influenced by our experience -- comes closest but in the end we realized that our language had grown apart from the Scheme report effort.&nbsp;</div><div><br></div><div>I have summarized what Racket is from my personal perspective and Asumu has provided the link. It's longer and a bit more concrete.&nbsp;</div><div><br></div><div>Hope this helps -- Matthias</div><div><br></div></body></html>