# HG changeset patch # User Jeff Hammel # Date 1366103218 25200 # Node ID ad4b3d5ad5f80126271e8a54fd50b777c3a1bded # Parent 16efbc1beed0e690bf54439c4b6bdd3bdbb2cbe7 note those wacky node folk diff -r 16efbc1beed0 -r ad4b3d5ad5f8 README.txt --- a/README.txt Mon Apr 15 22:40:54 2013 -0700 +++ b/README.txt Tue Apr 16 02:06:58 2013 -0700 @@ -18,8 +18,13 @@ - dependencies - workflow +IntentMadeManifest *utilizes* directed graphs. A framework is provided +along with instances to form a library: +- VCS: git, hg, etc. +- decorators: actions +http://k0s.org/hg/WSGraph is built upon for interface. Potential Uses @@ -35,7 +40,7 @@ http://mcis.polymtl.ca/~bram/makao/ * workflow construction, execution, and curation: - - [TODO] + - edit+create+export workflow TTW * hybrid: of course, since IRL `workflow = DAG; dependencies = DAG => ...` , @@ -53,6 +58,7 @@ /Links to software and other communiques/ + Python packages: * https://pypi.python.org/pypi/finite @@ -72,6 +78,22 @@ A library implementing workflows (or state machines) for Python projects. +node.js: + +Those node.js people seem to know what they are doing. + +* conductor: http://howtonode.org/step-of-conductor + https://github.com/creationix/conductor + Looks (maybe?) like what IntentMadeManifest is supposed to be (???) + +* step: + https://github.com/creationix/experiments/blob/master/step.js + same author as conductor; again, impressive + +* composer: https://github.com/tmpvar/composer + totally the WSGraph of node (!) + + State Machines: Workflow == state machines, so an understanding from either