Re: [racket-dev] current-load/use-compiled

2011-06-22 Thread Robby Findler
Did you find the compiler/cm library? I think that's what you want. Robby On Thu, Jun 23, 2011 at 12:24 AM, Jon Rafkind wrote: > I'm trying to hook into the part of racket that loads files so I can > automatically create .zo files when they don't exist (and no, I don't > want to type raco make).

[racket-dev] current-load/use-compiled

2011-06-22 Thread Jon Rafkind
I'm trying to hook into the part of racket that loads files so I can automatically create .zo files when they don't exist (and no, I don't want to type raco make). Here is the code that loads the file and sets up the handler (more explanation follows the code). == load.rkt (let ([namespace (make-b