<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 10, 2009, at 2:43 AM, YC wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Grande'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; 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; "><p id="x_ul" style="margin-left: 40px; ">Having a<span class="Apple-converted-space">&nbsp;</span><span class="emphasis"><em>static</em></span><span class="Apple-converted-space">&nbsp;</span>type system means that the compiler knows the type of every value and expression at compile time, before any code is executed.</p><div><br></div></span></blockquote><br></div><div><br></div><div>This is of course true for Scheme programs.&nbsp;</div><div><br></div><div>TST (The Scheme Type) is one of:&nbsp;</div><div>&nbsp;-- Number&nbsp;</div><div>&nbsp;-- Char&nbsp;</div><div>&nbsp;-- Symbol&nbsp;</div><div>&nbsp;...</div><div>&nbsp;-- TST -&gt; TST&nbsp;</div><div>&nbsp;-- TST TST -&gt; TST&nbsp;</div><div>&nbsp;...</div><div><br></div><div>Then fact is that each expression has type TST.&nbsp;</div><div><br></div><div>RealWorldHaskell is probably good at explaining how to use the language to count sheep.&nbsp;</div><div>Your quotes suggest that these people haven't studied PL.&nbsp;</div></body></html>