in reply to Re: Re: Re: Re: The classical TAB issue
in thread The classical TAB issue

Do you write programs for either of those? If you do, do you use a langauge that would be compiled (either to machine code or to bytecode that is stored in a seperate file)? In either case, using tabs vs. spaces is still irrelevent from a file size point of view.

----
: () { :|:& };:

Note: All code is untested, unless otherwise stated

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: The classical TAB issue
by eserte (Deacon) on Apr 08, 2004 at 08:38 UTC
    I use and write Perl and Perl/Tk programs for my iPAQ/Linux PDA. To save space, I sent the whole Perl/Tk distribution through perltidy with the option to remove Pod, comments and unnecessary whitespace.