Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!bonnie.concordia.ca!clyde.concordia.ca!nstn.ns.ca!news.cs.indiana.edu!samsung!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!mcnc!uvaarpa!haven!wam!wor.umd.edu!walrus From: walrus@wor.umd.edu (Udo K Schuermann) Newsgroups: comp.sys.amiga.programmer Subject: Re: How are some programs SO DAMN SMALL! Message-ID: <1991Feb14.201230.29080@wam.umd.edu> Date: 14 Feb 91 20:12:30 GMT References: Sender: usenet@wam.umd.edu (USENET Posting) Organization: University of Maryland at College Park Lines: 23 In article mwm@pa.dec.com (Mike (My Watch Has Windows) Meyer) writes: >In article <91045.150604GUTEST8@cc1.kuleuven.ac.be> Ives Aerts writes: > > >Example: I just spent 30 seconds turning out a "hello world" program > >in a language chosen to 1) be portable, and 2) generate small > >executables. The executable is 20 bytes long. How small is your best > > But this is VERY hard to believe.. 'hello world' is 11 bytes, how > on earth are you gonna make an executable that's only 9 bytes > longer ?????? > >And you do it by choosing the right language. This results in a 20 >byte file that prints the string "Hello world!" and a newline after I >invoke it. > >