Re: [dev] Bloat

2011-10-31 Thread ilf
On 10-31 10:26, Pierre Chapuis wrote: The touch command under OS X Lion (44,016 bytes). 42200 /usr/local/bin/dwm -- ilf Über 80 Millionen Deutsche benutzen keine Konsole. Klick dich nicht weg! -- Eine Initiative des Bundesamtes für Tastaturbenutzung signature.asc Description

Re: [dev] Bloat

2011-10-31 Thread pancake
Jfyi. I added support for creating tiny binaries with r2 a while ago. So it will be easy to create a 200 bytes elf/pe/mach0. For touch, true.. Written in assembly or r_egg (a compiler im writing to create relocatable binaries) For C... tcc is an option. On 31/10/2011, at 10:28, Anselm R Garbe

Re: [dev] Bloat

2011-10-31 Thread Anselm R Garbe
On 31 October 2011 10:26, Pierre Chapuis wrote: > There is probably no need to remind you how software > bloat increases with time, but I found this particularly > striking: > > The entire Turbo Pascal 3.02 executable--the compiler and > IDE--was 39,731 bytes. Here are some things that Turbo Pasca

[dev] Bloat

2011-10-31 Thread Pierre Chapuis
There is probably no need to remind you how software bloat increases with time, but I found this particularly striking: The entire Turbo Pascal 3.02 executable--the compiler and IDE--was 39,731 bytes. Here are some things that Turbo Pascal is smaller than, as of October 30, 2011: [...] The touc