I just wanted to chime in and say I share Philip's preference. I think programming is hard enough without multiple sources of truth.
p.s. Replacing expensive startup items with a no-op is a good idea. Or sometimes, keep the "real-op" but postpone using one of: - `delay/sync` and `force` from `racket/promise`: https://docs.racket-lang.org/reference/Delayed_Evaluation.html#(form._((lib._racket%2Fpromise..rkt)._delay%2Fsync)) - `lazy-require`: https://docs.racket-lang.org/reference/lazy-require.html#(form._((lib._racket%2Flazy-require..rkt)._lazy-require)) The former for individual definitions, the latter for entire modules. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.