[racket] racket runs very slowly
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