Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: $Revision: 1.6.2.16 $; site ISM780B.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!bbnccv!ISM780B!tim From: tim@ISM780B.UUCP Newsgroups: net.news Subject: Re: Re: To all the saviors of USENET Message-ID: <21900003@ISM780B.UUCP> Date: Fri, 15-Nov-85 19:47:00 EST Article-I.D.: ISM780B.21900003 Posted: Fri Nov 15 19:47:00 1985 Date-Received: Thu, 21-Nov-85 04:27:51 EST References: <769@seismo.UUCP> Lines: 14 Nf-ID: #R:seismo:-76900:ISM780B:21900003:000:605 Nf-From: ISM780B!tim Nov 15 19:47:00 1985 /* Written 2:24 pm Nov 12, 1985 by mike@dolqci in ISM780B:net.news */ A question: I have never understood why everybody always posts mac sources in bin-hex form. Why not SOURCE CODE? It would take a lot less room! /* End of text from ISM780B:net.news */ Binhexed executables are probably smaller than source code. I don't have my mac here at the moment, so I can't get any mac examples, but consider the System V.2 shell. The source is about 140k, and the executable is around 40k. Binhex repaces 6 bit sequences with eight bit ones, so even after binhexing, we have a considerable savings.