diff README @ 1:11e8c4e65a03

Removed printing from qutils, added some to recorder.
author samer
date Tue, 24 Jan 2012 22:45:10 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Tue Jan 24 22:45:10 2012 +0000
@@ -0,0 +1,18 @@
+---+ Reactive 
+
+	This package provides a simple continuation-based framework for reactive programming
+	in Prolog. Most of the documentation is in reactive.pl. qutils.pl provides some 
+	basic facilities for dealing with message queues in a time and space constrained
+	manner. recorder.pl provides a general mechanism for logging all events passing
+	into a reactive system.
+
+---++++ Dependencies:
+
+Packages:
+	* plcore
+	* plrand
+	* reactive
+	* plmidi
+	* plosc
+
+