[plt-dev] Re: [plt-scheme] Speed up check-syntax

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Nov 9 20:51:10 EST 2009

On Nov  9, Robby Findler wrote:
> I would guess it would be a better fit for GUI interactivity. Use a
> low priority callback to trigger each quantum of work.

I think that in general the idle timer is even better than a low
priority callback -- I was concerned that there's some constant gui
activity that will make the idle timer solution starve, but it doesn't
look like that's a problem.  (Maybe it will be when more stuff is done
in Scheme?)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.