[racket] Online compilation button missing on 5.3.1 and Lubuntu 12.04?

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Nov 23 11:58:01 EST 2012

Do you have more than 1 core?

Robby

On Fri, Nov 23, 2012 at 10:46 AM, Grant Rettke <grettke at acm.org> wrote:
> Hi,
>
> Racket 5.3.1 32 bit Ubuntu Karmic download for Lubuntu 12.04 32 bit.
>
> Blew away my config directory and started it up. Set lang line and
> opened a file.
>
> Was expecting a little colored LED to the right of the little man in
> the bottom right hand corner, but there is none. When I right click it
> the menu item to disable it shows up though.
>
> I added this:
>
> #lang racket
>
> (provide (all-defined-out))
>
> (define add1
>   (lambda (n)
>     (+ n 1)))
>
> And then added
>
> (addz 1)
>
> addz doesn't get flagged as an error. When I hit run it shows up as an
> error though.
>
> Anyone else face this? I searched for it and didn't find anything.
>
> Grant
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.