From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 22 Jun 2000 09:08:39 -0400 From: Anthony Sorace Message-Id: <200006221308.JAA00121@er7.rutgers.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] SO for plan9? Topicbox-Message-UUID: c6ed69fc-eac8-11e9-9e20-41e7f4b1d025 //> So basically you want shared libraries to mitigate the effects //> of code bloat? Why not do away with the code bloat instead? //> This is Plan 9's approach. // //huh !?! // //i thought statically linking each and every application in the system //IS code bloat maybe that's what _you_ mean when you talk about code bloat, but it's certainly not the only thing that makes code get needlesly bigger. i think generally people (myself, certainly) are refering to the writing of the code itself, asside from how it's organized or built. take a look at bash, for example. i don't care how you link it; that's still bloated. shared libraries won't solve problems of bad programing. : anothy;