[plt-scheme] is dynamic-require or namespace used here?

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Thu Sep 4 10:16:33 EDT 2003

--- Ryan Jarvis <rjarvis at WPI.EDU> wrote:
> The explanation behind all of this is say I have a
> lib RealLib and I want
> to write my own version of the library with my own
> code, MyLib, but I want
> to keep all the procedure names the same.

You could use units here.  Define the signature as the
exports of RealLib and write some code to wrap units
around RealLib and MyLib.  You can link the code
you're testing at runtime based on user input.

HTH,
Noel

=====
Email: noelwelsh <at> yahoo <dot> com
Jabber: noelw <at> jabber <dot> org

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


Posted on the users mailing list.