[plt-scheme] Can I create module on the fly?

From: Grant Rettke (grettke at acm.org)
Date: Thu Jul 17 16:54:37 EDT 2008

>> Just thinking out loud. How about:
>>
>>    1. Use write to save  md  to a file named "md.scm".
>>    2. Use dynamic-require.
>>
>> ?
>
> (BTW, this is equivalent to `eval' -- and having this done for
> expressions that you read from a port is not really a good idea...)

Do you mean that it is the same under the hood?

Why would someone use dynamic-require rather than eval?


Posted on the users mailing list.