Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Objects, references & values

From: brett:codeconscious at: 20-Dec-2001 23:42

> 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.