On Thu, Apr 21, 2011 at 8:44 AM, <smi...@zenzebra.mv.com> wrote: > I'm trying to create a data structure in the form of a directed acyclic > graph (DAG). A file system would be an ideal way to represent the data, > except that P9 exposes no transaction to give a node more than one name.
warning: i'm going to try to talk about graphs. This usually ends in tears. A file system is a DAG I believe. There is way to give something more than one name: mkdir in the directory that contains it, it has the name you give it. cd into it, and as far as you're concerned it has the name '.'. Is this enough? ron