Mercurial > hg > reactive
comparison README @ 1:11e8c4e65a03
Removed printing from qutils, added some to recorder.
author | samer |
---|---|
date | Tue, 24 Jan 2012 22:45:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:a0213fab5674 | 1:11e8c4e65a03 |
---|---|
1 ---+ Reactive | |
2 | |
3 This package provides a simple continuation-based framework for reactive programming | |
4 in Prolog. Most of the documentation is in reactive.pl. qutils.pl provides some | |
5 basic facilities for dealing with message queues in a time and space constrained | |
6 manner. recorder.pl provides a general mechanism for logging all events passing | |
7 into a reactive system. | |
8 | |
9 ---++++ Dependencies: | |
10 | |
11 Packages: | |
12 * plcore | |
13 * plrand | |
14 * reactive | |
15 * plmidi | |
16 * plosc | |
17 | |
18 |