[plt-scheme] ipc among mzscheme processes

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Mon May 12 10:10:17 EDT 2003

--- Edwin Zacharias <ehz4 at yahoo.com> wrote:
> On a side note, I'm having a trouble grasping the
> ways of using modules and
> units the proper way.  I've read Mathew Flatt's
> thesis and the smaller paper on
> them, but I don't quite understand how to integrate
> units with modules.  If
> someone could recommend a resource I'd appreciate
> it.

Maybe the article at http://www.htus.org/ will help
you.

Basically units are higher-order modules (without
macros).  If you find yourself wanting multiple
instances of a module with slightly different
configurations you want a unit.

They are related to ML functors so tutorial on
functors might help you as well.

Noel

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

__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


Posted on the users mailing list.