realbasic-nug
[Top] [All Lists]

Re: File suggestions

To: realbasic-nug@lists.realsoftware.com
Subject: Re: File suggestions
From: "Theodore H. Smith" <delete@elfdata.com>
Date: Wed, 29 Apr 2009 11:45:01 +0100
Authentication-results: mx.google.com; spf=neutral (google.com: 74.124.194.228 is neither permitted nor denied by best guess record for domain of realbasic-nug-bounces@lists.realsoftware.com) smtp.mail=realbasic-nug-bounces@lists.realsoftware.com
Delivered-to: listarchive@realsoftware.com
In-reply-to: <mailman.1705.1240965615.6426.realbasic-nug@lists.realsoftware.com>
References: <mailman.1705.1240965615.6426.realbasic-nug@lists.realsoftware.com>
Reply-to: REALbasic NUG <realbasic-nug@lists.realsoftware.com>
Sender: realbasic-nug-bounces@lists.realsoftware.com
Rubber Chicken Software Co. wrote:

Now, I wouldn't agree with the statement "Most native binary formats
end up "painting themselves into a corner"


Typo :)

I meant "Most NAIVE binary formats" :)

I've seen quite a few binary formats where the authors needed to tack things on in an ungainly way... Mostly because of fixed offset based fields, or "index" based fields where data at a certain column had a certain meaning and there was no name associated with that column. Or because of a lack of ability to nest extra tree data.

I haven't heard of IFF...

Of course any well written binary format is going to be extensible, if... that is what is needed of course. Its just a lot harder to write a good binary format than a simple one. The first kind of binary format that comes to mind is almost certainly the wrong one :)

I mean I never invented XML... I was still doing things in a table/ column way before I heard of XML. The first thing that came to my mind was a wrong thing...

On the other hand, I did once create a tree based binary format, in hypercard, about 12 years ago :) So I guess the concept of trees wasn't something I couldn't have come up with.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>