> What I'm currently doing is creating a graph-layouter in Rebol. You can throw a > simple graph-structure at it and it will create a niche layout for you. > Traversing such graphs can become quite complex.
I'd love to see the result of your work. Such a tool would be handy quite often. A collegue of mine some time ago did this sort of thing in Java and it was very handy to graphically display the dependencies between stored procedures in MS SqlServer. Same for a lot of things. What sort of "access requests" does your graph layout algorithm need to make on the graph data structure? Brett. -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
