[plt-scheme] Extending

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu Aug 23 22:07:08 EDT 2007

I see. You might want to check out the way logging is done. Sounds
close to what you need.

Robby

On 8/23/07, Matt Jadud <jadudm at gmail.com> wrote:
> Hi Robby,
>
> On 8/23/07, Robby Findler <robby at cs.uchicago.edu> wrote:
> > > 1. Intercept the "Run" button press and do an additional action when
> > > it is pressed, and
> >
> > You want to override the execute-callback (also in the frame mixin).
> > But maybe what you want to do is better done another way. What are you
> > trying to do?
>
> I would like to implement DrScheme so I can collect data about Scheme
> programmers in a manner similar to how I studied novice Java
> programmers using BlueJ. This involves catching their compile-like
> interactions ("Check Syntax" and "Run") and capturing the complete
> source of the Definitions window at that point. I may go further and
> try and record debugging interactions or test interactions, but ...
> for now, one step at a time.
>
> Cheers,
> M
>


Posted on the users mailing list.