[racket] learn racket in 10 minutes

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sun Jul 14 08:14:37 EDT 2013

Great!  Two suggestions -- I'd move `set!` later, and maybe have a
section for mutation, with vectors as well.  Also, I think some
version of `for/list` and `for/hash` would be good to show off in the
loop section.

Sam

On Sun, Jul 14, 2013 at 8:08 AM, Roger Rousseau <th3rac25 at gmail.com> wrote:
> Hello
>
> Following Sam's suggestion on Twitter
> I have done a Racket version of http://learnxinyminutes.com/
> which can be found here:
> https://github.com/voila/learnxinyminutes-docs/blob/master/racket.html.markdown
>
> It's largely inspired from the Clojure version and the Racket documentation
> I would be grateful for any corrections/suggestions before I send a pull
> request to get this online
>
> Thank you
>
> Manu
>
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>

Posted on the users mailing list.