Re: why hierarchy?

From: Neo <neo55592_at_hotmail.com>
Date: 26 Jul 2006 11:57:27 -0700
Message-ID: <1153940247.333031.326600_at_i3g2000cwc.googlegroups.com>


> Is the arrival of one of these brain/code dumps of Neo's the c.d.t.
> version of Godwin's Law ?
>
> [ horror snipped ]

Once you actually post SQL equivalent to the initial data/query and try to update it to meet future unknown data requirements, you will see that dbd's is simpler. If you want to verify this, please post script. Also dbd's scripts can be made simpler. For example:

(new 'eve 'person)

is equivalent to:

(; Create a person named eve)
(new)
(create person instance (it))
(create (it) name (block
                          (new)
                          (create word instance (it))
                          (create (it) symbolizedBy (create 'e 'v 'e))
                          (return (it))))


Or you can see the difference in script length/complexity in recent thread titled "Gray Hair is still relevant" Received on Wed Jul 26 2006 - 20:57:27 CEST

Original text of this message