sunterlib/s48/cml
Anthony Carrico 02699e0409 Add script to change install lib version from 1.2.0 to 1.3.0, and make that change. THIS IS UNTESTED. I have no idea if packages need further changes for 1.3.0. 2012-01-16 03:06:42 +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 There was a patch to cml, but version number wasn't bumped. 2005-06-28 19:50:25 +00:00
README Add loading instructions 2004-03-27 07:44:22 +00:00
async-channels.scm SELECT actually gets an arbitrary number of rendezvous as its argument---not a list of rendezvous. Fix this. 2004-10-05 15:16:12 +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 Add script to change install lib version from 1.2.0 to 1.3.0, and make that change. THIS IS UNTESTED. I have no idea if packages need further changes for 1.3.0. 2012-01-16 03:06:42 +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.