|
Re: An uncomfortable question: msg#01090lang.smalltalk.squeak.general
Hi Dean, I'm not sure that I understand your concern. Modularizing the image would be a very good thing in my view of the world. In fact, I think it's required in order to build the kind of task-specific system you prefer. Modules would let us build custom images for specific purposes, rather than attempt to make the standard image flexible enough for any purpose. If I'm using Squeak for a web application, I don't need an MPEG player in the image. If I'm developing a MIDI application, I don't need Comanche. With the monolithic image, we get bitten coming and going. Not *everything* can be in the standard image, so we frequently have to file in additional classes to get the functionality we need. With the current system this a hassle, much more difficult than it needs to be. On the other hand, the standard image has a bunch of stuff that won't get used most of the time, and removing it from the image is a more than a hassle, it's a nightmare, not to be attempted by mere mortals. So by all means lets consider our goals carefully. I really like the scenario that's emerging from the interaction of SqueakMap and DVS. I hope that we can arrive at a very basic kernel in the image, with easy-to-install packages available from SqueakMap. Cheers, Colin On Wednesday, October 30, 2002, at 01:46 PM, Swan, Dean wrote: What 3.3a is trying to do with modules is essentially opening the same can of worms that has made MS Windows such a maintenance nightmare. Modules are (more or less) equivalent to .DLLs and may end up with all the associated issues. I don't know of any "good" solutions to these problems, but as attractive as the "idea" of modules is, I am personally content to stick with monolithic images for the forseeable future. Colin Putney Whistler.com
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | BitBlt question, Stephan B . Wessels |
|---|---|
| Next by Date: | Re: An uncomfortable question, Daniel Joyce |
| Previous by Thread: | Re: Newbie questions about Squeak Documentation and Morphic, Albert Wagner |
| Next by Thread: | Re: An uncomfortable question, Daniel Joyce |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |