[racket] racket runs very slowly

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jan 16 12:33:23 EST 2015

It sounds like a bytecode file location/timestamp problem. Does

 racket -l mzlib/traceld -l racket

show loading the expected ".zo" files, or loading ".rkt" sources?

At Thu, 15 Jan 2015 20:39:15 -0500, Carl Eastlund wrote:
> I just updated my Racket clone and rebuilt it for the first time in quite a
> while.  Now every command I run is extremely slow.  'raco --help' takes 15
> seconds.  'racket -e "(void)"' takes 20 seconds.  Does anyone know what
> might be going on?
> 
> Carl Eastlund


Posted on the users mailing list.