How about throwing in a simple macro?<div><br></div><div>Robby<span></span><br><br>On Sunday, July 14, 2013, Richard Lawrence  wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Roger,<br>
<br>
This is cool, thanks for putting it together!<br>
<br>
Roger Rousseau &lt;<a href="javascript:;" onclick="_e(event, &#39;cvml&#39;, &#39;th3rac25@gmail.com&#39;)">th3rac25@gmail.com</a>&gt;<br>
writes:<br>
<br>
&gt; It&#39;s largely inspired from the Clojure version and the Racket documentation<br>
&gt; I would be grateful for any corrections/suggestions before I send a pull<br>
&gt; request to get this online<br>
<br>
Here are a couple of (tiny) suggestions:<br>
<br>
Lines 15--18: The comment here is wrong.  Text enclosed in #| ... |#<br>
isn&#39;t a multi-line string, just a comment.<br>
<br>
Also, I think it would be good to include an example of an S-expression<br>
comment using `#;&#39;, which is a particularly useful form of comment.<br>
<br>
Line 118: Under &quot;Lists are linked-list data structures&quot;, it might be better to<br>
use `list&#39; as a constructor rather than `quote&#39;, e.g.,<br>
<br>
(list 1 2 (+ 1 2)) ; =&gt; &#39;(1 2 3)<br>
<br>
since (a) `quote&#39; has already appeared, and (b) `list&#39; is probably what<br>
you want in most contexts.<br>
<br>
Line 133: Change &quot;Use &#39;fold&#39; to reduce them&quot; to match the function name:<br>
`foldl&#39;.<br>
<br>
Best,<br>
Richard<br>
<br>
<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div>