Skip to content

neilconway/socc-case-studies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

socc-case-studies

This package contains the source code for the case studies in our SoCC'12 paper on "Logic and Lattices for Distributed Programming". The kvs/ and cart/ subdirectories contain code that corresponds to the case studies presented in Sections 5 and 6, respectively.

Note that to execute these programs, you'll need a version of Bud that has support for lattices. You can find this by cloning the Bud git repository and installing Bud from source:

https://github.com/bloom-lang/bud

To run the unit tests included with this tarball:

cd test; ruby all_tests.rb

Note that the unit tests require the "minitest" gem to be installed.

About

Case studies for SoCC'12 paper on Bloom^L

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages