Dynamically Requiring Code at Runtime

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.

Leave a Reply

Your email address will not be published. Required fields are marked *