Hi - I have a module "env" that is required for-syntax by several other modules. I'd like to precompile those other modules into .zo files, but my initial for-syntax module ("env") has a parameter that I need to set (essentially I'm writing my own 'require' lines at compile-time, and I need to parameterize a list of directories to choose from for the require-spec).
Is there a way to compile my other modules while setting a parameter to be used by "env"? Currently I'm trying something like this: (parameters ([*dirs* my-dir]) (parallel-compile-files paths ...)) ...but the *dirs* parameter doesn't get set. Thanks, Dan -- 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.