[plt-scheme] Extending

From: Matt Jadud (jadudm at gmail.com)
Date: Thu Aug 23 21:26:32 EDT 2007

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.