[racket] Checking whether running from DrRacket.

From: Pierpaolo Bernardi (olopierpa at gmail.com)
Date: Wed Feb 13 13:04:38 EST 2013

On Wed, Feb 13, 2013 at 6:23 PM, Michael Wilber <mwilber at uccs.edu> wrote:
> Why not have a `run.rkt` that does something like
>
> #lang racket
> (require "main.rkt")
> (main)
>
> than you tell your users to run, and then just develop main.rkt inside DrRacket?

That's one possibility.  However, having a separate file just for this
does not appeal to me.

Cheers
P.

Posted on the users mailing list.