<div dir="ltr">I didn&#39;t realize Racket had &quot;unless&quot; already... I will change it to while. <div style><br></div><div style>Adam has put the Racket version online: <a href="http://learnxinyminutes.com/">http://learnxinyminutes.com/</a></div>
<div style>But the syntax highlighting is wrong, it seems to be for Scheme rather than Racket</div><div style>There is syntax highlighting for Racket on Github, am I right ? ... I will chase that up with Adam</div><div style>
<br></div><div style>In any case, any further suggestions are welcome... </div><div style>whether it be Racket code or text (motivating the use of Racket or explaining its constructs)</div><div style><br></div><div style>
Thanks</div><div style><br></div><div style>R </div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 16, 2013 at 9:26 AM, Carl Eastlund <span dir="ltr">&lt;<a href="mailto:cce@ccs.neu.edu" target="_blank">cce@ccs.neu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div><div>An easy thing to add instead might be a while loop:<br><br></div>(define-syntax-rule (while condition body ...)<br>
</div>  (let loop ()<br></div>    (when condition<br></div>      body ...<br>

</div>      (loop))))<span class="HOEnZb"><font color="#888888"><br></font></span><div><div><div><div><div><div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all"><div>Carl Eastlund</div>

<br><br></font></span><div class="gmail_quote"><div><div class="h5">On Mon, Jul 15, 2013 at 6:51 AM, Tobias Hammer <span dir="ltr">&lt;<a href="mailto:tobias.hammer@dlr.de" target="_blank">tobias.hammer@dlr.de</a>&gt;</span> wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">

The unless macro seems a bit unfavorable as a macro with the same name and different semantics already exists in racket<br>
<br>
Tobias<div><div><br>
<br>
<br>
On Mon, 15 Jul 2013 04:55:38 +0200, Roger Rousseau &lt;<a href="mailto:th3rac25@gmail.com" target="_blank">th3rac25@gmail.com</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Thanks everybody for the suggestions<br>
<br>
I&#39;ve followed most of them, except adding a section about &quot;Units&quot; because I<br>
felt there was already a lot to take in<br>
<br>
Amended version is here:<br>
<a href="https://github.com/voila/learnxinyminutes-docs/blob/master/racket.html.markdown" target="_blank">https://github.com/voila/<u></u>learnxinyminutes-docs/blob/<u></u>master/racket.html.markdown</a><br>
<br>
I plan to send a pull request tonight... unless someone find some glaring<br>
mistakes<br>
<br>
Thanks again<br>
<br>
R<br>
</blockquote>
<br>
<br></div></div><span><font color="#888888">
-- <br>
------------------------------<u></u>---------------------------<br>
Tobias Hammer<br>
DLR / Robotics and Mechatronics Center (RMC)<br>
Muenchner Str. 20, D-82234 Wessling<br>
Tel.: 08153/28-1487<br>
Mail: <a href="mailto:tobias.hammer@dlr.de" target="_blank">tobias.hammer@dlr.de</a></font></span></div></div><div><div><br><div class="im">
____________________<br>
 Racket Users list:<br>
 <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/<u></u>users</a><br>
<br>
</div></div></div></blockquote></div><br></div></div></div></div></div></div></div></div>
</blockquote></div><br></div>