<div dir="ltr"><div>Hello</div><div><br></div>This is now corrected.<div>Eli's contributions have been merged and the online website has been updated</div><div><br></div><div>Thanks everybody</div><div><br></div><div>R</div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 17, 2013 at 8:19 PM, Stephen De Gabrielle <span dir="ltr"><<a href="mailto:stephen.degabrielle@acm.org" target="_blank">stephen.degabrielle@acm.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Looks good.<br>
<br>
Weirdly the download is a .py instead of .rkt :<br>
<br>
>Get the code: learnracket.py<br>
<br>
<br>
--<br>
Stephen De Gabrielle<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On Mon, Jul 15, 2013 at 11:41 PM, Roger Rousseau <<a href="mailto:th3rac25@gmail.com">th3rac25@gmail.com</a>> wrote:<br>
> I didn't realize Racket had "unless" already... I will change it to while.<br>
><br>
> Adam has put the Racket version online: <a href="http://learnxinyminutes.com/" target="_blank">http://learnxinyminutes.com/</a><br>
> But the syntax highlighting is wrong, it seems to be for Scheme rather than<br>
> Racket<br>
> There is syntax highlighting for Racket on Github, am I right ? ... I will<br>
> chase that up with Adam<br>
><br>
> In any case, any further suggestions are welcome...<br>
> whether it be Racket code or text (motivating the use of Racket or<br>
> explaining its constructs)<br>
><br>
> Thanks<br>
><br>
> R<br>
><br>
><br>
><br>
> On Tue, Jul 16, 2013 at 9:26 AM, Carl Eastlund <<a href="mailto:cce@ccs.neu.edu">cce@ccs.neu.edu</a>> wrote:<br>
>><br>
>> An easy thing to add instead might be a while loop:<br>
>><br>
>> (define-syntax-rule (while condition body ...)<br>
>> (let loop ()<br>
>> (when condition<br>
>> body ...<br>
>> (loop))))<br>
>><br>
>> Carl Eastlund<br>
>><br>
>><br>
>> On Mon, Jul 15, 2013 at 6:51 AM, Tobias Hammer <<a href="mailto:tobias.hammer@dlr.de">tobias.hammer@dlr.de</a>><br>
>> wrote:<br>
>>><br>
>>> The unless macro seems a bit unfavorable as a macro with the same name<br>
>>> and different semantics already exists in racket<br>
>>><br>
>>> Tobias<br>
>>><br>
>>><br>
>>><br>
>>> On Mon, 15 Jul 2013 04:55:38 +0200, Roger Rousseau <<a href="mailto:th3rac25@gmail.com">th3rac25@gmail.com</a>><br>
>>> wrote:<br>
>>><br>
>>>> Thanks everybody for the suggestions<br>
>>>><br>
>>>> I've followed most of them, except adding a section about "Units"<br>
>>>> because I<br>
>>>> felt there was already a lot to take in<br>
>>>><br>
>>>> Amended version is here:<br>
>>>><br>
>>>> <a href="https://github.com/voila/learnxinyminutes-docs/blob/master/racket.html.markdown" target="_blank">https://github.com/voila/learnxinyminutes-docs/blob/master/racket.html.markdown</a><br>
>>>><br>
>>>> I plan to send a pull request tonight... unless someone find some<br>
>>>> glaring<br>
>>>> mistakes<br>
>>>><br>
>>>> Thanks again<br>
>>>><br>
>>>> R<br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> ---------------------------------------------------------<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">tobias.hammer@dlr.de</a><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>
>>><br>
>><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>
><br>
</div></div></blockquote></div><br></div></div>