[plt-scheme] Load and require in PLT

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Jun 11 06:02:47 EDT 2009

As Eli said, you can keep the same code if you invoke MzScheme with
the right arguments. To shift to the world of modules you probably
want to use dynamic-require.

N.

On Wed, Jun 10, 2009 at 3:24 PM, N T<npt11tpn at googlemail.com> wrote:
> Hi guys,
> I am trying to find an equivalent way to run the following test.scm
> script with mzscheme.
...


Posted on the users mailing list.