Home - TobCar/carla GitHub Wiki
Carla makes it easy to create control flow oriented programs. It generates threads which know what threads have to be called after them and what variables need to be passed to them. Scala code is used to write the actual algorithms; Carla simply adds code around those algorithms to determine the control flow. This wiki will explain the syntax in more detail.
Look at example Carla code before reading the wiki to comprehend how it all fits together.