Re: [racket] multiple instances of compiled for distribution software

2013-05-22 Thread Matthew Flatt
At Mon, 20 May 2013 16:48:50 -0800, Zelah Hutchinson wrote: > So I think I have a handle on how to run multiple instances of a > compiled program under Mac OS. I should be able to catch the > command-n keyboard input in my compiled application. But I run into a > similar problem when I work in Wind

Re: [racket] multiple instances of compiled for distribution software

2013-05-21 Thread Zelah Hutchinson
So I think I have a handle on how to run multiple instances of a compiled program under Mac OS. I should be able to catch the command-n keyboard input in my compiled application. But I run into a similar problem when I work in Windows OS. I compile my source code for distribution. When I double

[racket] multiple instances of compiled for distribution software

2013-05-21 Thread Zelah Hutchinson
So I think I have a handle on how to run multiple instances of a compiled program under Mac OS. I should be able to catch the command-n keyboard input in my compiled application. But I run into a similar problem when I work in Windows OS. I compile my source code for distribution. When I doub

[racket] multiple instances of compiled for distribution software

2013-05-20 Thread Zelah Hutchinson
So I think I have a handle on how to run multiple instances of a compiled program under Mac OS. I should be able to catch the command-n keyboard input in my compiled application. But I run into a similar problem when I work in Windows OS. I compile my source code for distribution. When I double

Re: [racket] multiple instances of compiled for distribution software

2013-05-20 Thread Justin R. Slepak
that you have two instances running. --- Justin Slepak PhD student, Computer Science dept. - Original Message - From: Hendrik Boom To: users@racket-lang.org Sent: Mon, 20 May 2013 11:21:38 -0400 (EDT) Subject: Re: [racket] multiple instances of compiled for distribution software On Sun, M

Re: [racket] multiple instances of compiled for distribution software

2013-05-20 Thread Hendrik Boom
On Sun, May 19, 2013 at 04:10:43PM -0800, Zelah Hutchinson wrote: > > > content="INBOX.COM" name=GENERATOR> > > I am curious as to whether it would be possible to run multiple instances of > a compiled Racket program. If so, then how may I do this? When I try to run > the program twice by dou

Re: [racket] multiple instances of compiled for distribution software

2013-05-20 Thread Matthew Flatt
At Sun, 19 May 2013 16:10:43 -0800, Zelah Hutchinson wrote: > I am curious as to whether it would be possible to run multiple > instances of a compiled Racket program. If so, then how may I do > this? When I try to run the program twice by double clicking in Mac > OS, I still only get one running p

[racket] multiple instances of compiled for distribution software

2013-05-19 Thread Zelah Hutchinson
I am curious as to whether it would be possible to run multiple instances of a compiled Racket program. If so, then how may I do this? When I try to run the program twice by double clicking in Mac OS, I still only get one running process. This seems like a very serious limitation. Is there a wa