sunterlib/s48/cml
Martin Gasbichler 3490b2b26e Adjust version number in NEWS 2004-03-27 08:01:43 +00:00
..
AUTHORS Changed to new package system. 2004-03-10 16:40:44 +00:00
BLURB Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00
NEWS Adjust version number in NEWS 2004-03-27 08:01:43 +00:00
README Add loading instructions 2004-03-27 07:44:22 +00:00
async-channels.scm Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00
channel.scm Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00
jar.scm Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00
packages.scm Moved package and interface definition to packages.scm. Generate load scripts. 2004-03-14 22:59:57 +00:00
pkg-def.scm Insert (install-lib-version (1 0)) 2004-03-27 06:59:16 +00:00
placeholder.scm Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00
rendezvous.scm Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00
trans-id.scm Fix botched initial commit of CML code: 2003-05-12 08:56:27 +00:00

README

CML
===

This is an implementation of the Concurrent ML event algebra (called
rendezvous here) and some of higher-level synchronization
abstractions.

================================================================================

After installation, use the switch

-lel cml/load.scm

to load this library.

================================================================================

Currently, you need to check the Concurrent ML docs for more
information.