[racket] learn racket in 10 minutes

From: Grant Rettke (grettke at acm.org)
Date: Sun Jul 14 10:54:11 EDT 2013

On Sun, Jul 14, 2013 at 7:08 AM, Roger Rousseau <th3rac25 at gmail.com> wrote:
> 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

That is really, really nice.

A few of my personal favorites:
1. The code may use Unicode eg: (define π 3.14). You already have a
string example so it seems like a nice fit.
2. http://docs.racket-lang.org/guide/contracts.html. You already have
many function example so it seems like a nice fit.
3. http://docs.racket-lang.org/guide/units.html. You already have a
class example so it seems like a nice fit.


Posted on the users mailing list.