[racket] Checking whether running from DrRacket.

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Feb 13 13:05:11 EST 2013

It wasn't a specific plan: DrRacket just tries to make creating
an executable behave like Run.

But Pierpaolo: if you're regularly creating executables using this method,
maybe you'd rather script this process (and then, in the script, also
upload the executable or email it or whatever it is you do to make it
available to others)? If so, then you probably want to use 'raco exe' (or
the Racket library that backs both that and DrRacket)?

Robby


On Wed, Feb 13, 2013 at 11:49 AM, Danny Yoo <dyoo at hashcollision.org> wrote:

> > I can do this. And this solves half the problem: the main is not run
> > from DrRacket. That's what I want.
> >
> > However, if I generate an executable, then the main is not executed
> > when I run the executable either. This is not what I want.
>
>
> Hi Pierpaolo,
>
> Agreed.  That's surprising: I also expected the main submodule to run
> from an executable!  This sounds like a bug.  Let's hear from the
> others to make sure about that one.
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130213/a94cc351/attachment.html>

Posted on the users mailing list.