[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

require-library in a standalone Mzscheme script.



Hi people,

What would be the proper syntax to use for require-library in a standalone
mzscheme program?

Say I need to include mzlib/file.ss in a script, I couldnt quite figure out
how to do that.

By the way (require-library "file.ss") works inside Dr.Scheme.

But not on a stand-alone mzscheme sciript which I invoke with "mzscheme -r
myfile.scm".

Appreciate your time.

pj