[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Admin tools - idea from left field



On Wed, 10 Feb 1999, David Welton wrote:

> 
> Anyway, this situation my change by the time I actually get around to
> doing anything.. I just was curious to hear other people out on the
> basic idea.

I don't know what the scope of what you're trying to do is, but if you're
merely storing data, then I'd vote for the something like

objectname = {
	name = value;
	name = value;
	subobj = {
		subname=value;
	}
}

Which is easy to parse, and easily extends to arbitrary (static)
complexity.

However, if you want dataflow, rather than just data storing, it doesn't
cut the mustard...

Jules

/----------------+-------------------------------+---------------------\
|  Jelibean aka  | jules@jellybean.co.uk         |  6 Evelyn Rd	       |
|  Jules aka     | jules@debian.org              |  Richmond, Surrey   |
|  Julian Bean   | jmlb2@hermes.cam.ac.uk        |  TW9 2TF *UK*       |
+----------------+-------------------------------+---------------------+
|  War doesn't demonstrate who's right... just who's left.             |
|  When privacy is outlawed... only the outlaws have privacy.          |
\----------------------------------------------------------------------/


Reply to: