changeset 14:6715102c5a86

update
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 10 May 2013 10:06:21 -0700
parents 702409a27dac
children c7585bd93680
files README.txt
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Fri May 03 09:25:53 2013 -0700
+++ b/README.txt	Fri May 10 10:06:21 2013 -0700
@@ -12,7 +12,7 @@
 -------
 
 "Software [...] is communication"
--- David "Whit" whitfield Morris
+ -- David "Whit" whitfield Morris
 
 /What is a directed graph?/
 
@@ -47,6 +47,8 @@
 
 * workflow construction, execution, and curation:
   - edit+create+export workflow TTW
+  - workflow manager: an application to manage the workflows created
+    by IntentMadeManifest
 
 * hybrid:  of course, since IRL
   `workflow = DAG; dependencies = DAG => ...` ,
@@ -86,6 +88,10 @@
   Workflow mgmgt + task scheduling + dependency resolution
   ^ REALLY worth looking in to
 
+* https://pypi.python.org/pypi/pyscxml
+  A pure Python SCXML parser/interpreter
+  (see also: https://github.com/jroxendal/PySCXML)
+
 * https://pypi.python.org/pypi/ubik
   Minimal and elegant packages manager
 
@@ -96,6 +102,7 @@
 * https://pypi.python.org/pypi/xworkflows
   A library implementing workflows (or state machines) for Python projects.
 
+
 node.js:
 
 Those node.js people seem to know what they are doing.
@@ -118,6 +125,8 @@
 perspective is the same apropos the other.
 
 * http://en.wikipedia.org/wiki/Finite-state_machine
+* http://en.wikipedia.org/wiki/SCXML :
+  State Machine Notation for Control Abstraction
 
 
 == Other Approaches ==