CBS-beta

Beta-release of the CBS framework

CBS-beta on GitHubplancomps.github.io/CBS-beta/

Computations

The CBS library provides funcons for expressing and composing various kinds of computations. The following classification of funcons reflects whether they are concerned with normal or abnormal flow of control, and the kinds of entities generally required by their computations.

Normal computation

Funcons compute (sequences) of values on normal termination.

(Funcons for threads, distributed processes, and low level memory have not yet been defined.)

Abnormal computation

Sequences of computations

Funcons can take sequences of values and computations as arguments, whereas results can only be (sequences of) values.