# HG changeset patch # User Jeff Hammel # Date 1368205581 25200 # Node ID 6715102c5a8662d45b86d23b88d655afcb06bcc1 # Parent 702409a27dac763f9b0b792e8d6738bfa315992a update diff -r 702409a27dac -r 6715102c5a86 README.txt --- 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 ==