[plt-scheme] v4: object-name of port

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Feb 5 10:23:46 EST 2008

On Feb 5, 2008 9:23 AM, Robby Findler <robby at cs.uchicago.edu> wrote:
>
> On Feb 5, 2008 9:20 AM, Aleks Bromfield <aleks at cs.brown.edu> wrote:
> > On Tue, Feb 05, 2008 at 08:42:30AM -0600, Robby Findler wrote:
> > > Looking over the code a little bit, I start to wonder why the
> > > reset-process is a method of the tab instead of just some code that is
> > > called directly at that point. That is, do you need state on the tab
> > > to start ocaml somehow?
> >
> > I want to have one ocaml process per tab, so that if there are multiple
> > ocaml tabs open, each interactions pane will stay separate.
>
> Keeping the interactions pane's separate does not require state on the
> tab. That is state associated with the user's program.
>
> But maybe you mean you want to reuse the same ocaml process each time
> the run button is clicked on a given tab?

(whoops hadn't finished writing)

And, if that's the case, do you intend the kill button to work?

Robby


Posted on the users mailing list.