Here is a good thread on conditional inclusion of code in PLT Scheme. Basically the OP wanted to use platform-specific module code (think development versus on the cluster). The recommended solution was to use dynamic-require.
Here is a good thread on conditional inclusion of code in PLT Scheme. Basically the OP wanted to use platform-specific module code (think development versus on the cluster). The recommended solution was to use dynamic-require.