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

2013-01-17 Thread Tobias Hammer
maybe there is a better way but you can write a little wrapper that changes the handler: ;; --- wrap.rkt (begin-for-syntax (require racket/base) (define old-handler (current-load/use-compiled)) (current-load/use-compiled (lambda args (printf inside handler ~a\n args) (apply

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

2013-01-16 Thread Dan Liebgold
Does anyone know if there's a way to replace current-load/use-compiled at startup time without changing cstartup.inc and rebuilding executables? -- Dan Liebgold[dan.liebg...@gmail.com] _ Racket Developers list: http://lists.racket-lang.org/dev