[racket] interactive.rkt

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Oct 13 23:58:37 EDT 2010

40 minutes ago, Greg Hendershott wrote:
> I've been trying something lately that, although it doesn't need to be
> hard real time, "really timely" would be good. Or at least, evenly
> timely.
> 
> As a result I've been keeping an eye on the GC log-debugs, curious
> about the patterns.

I'll leave the question about GC behavior to people who know about it,
but one thing that this made me add is a new ,log command, so it's
easy to start logging without starting a new process.

(BTW, if anyone uses this, and has more feature requests, feel free to
mail me.)

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


Posted on the users mailing list.