SugarCubes v2.0
SugarCubes v2 distribution


Contents
The package inria.meije.rc.sugarcubes contains the core classes. The inner package inria.meije.rc.sugarcubes.migration contains some useful classes to implement code migration across the network.


Installation
Just add SugarCubesv2.0.zip to your CLASSPATH and have fun ;-).


Notes about the v2.0
Some modification have been made since the first distribution:

Instruction prog = new ..... /* your program */
Machine m = new EventMachine(prog);
while(react()) ;

  • In congurations, event names can be determined at runtime through interactions with Java objects.
  • PrintAtom is now hosted in the inria.meije.rc.io package.