From: Cameron L. <Ca...@ph...> - 2007-11-12 16:23:35
|
On Mon, Nov 12, 2007 at 11:05:15AM +0100, Arjen Markus wrote: . . . > >I'd prefer to see tklib and tcllib remain relatively self-enclosed. I . . . > I agree with Larry: > > It would be nice to have a collection of extensions that depend on compiled > packages/libraries. But that collection should not be in Tcllib proper. (The > way I use it myself is as a loose collection of packages that I can use > separately. > I seldom need more than a few at any one time). > > A separate collection with packages that depend on compiled libraries could > then be used in a very similar way. The separation makes clear what you can > expect in terms of platform-dependence etc. . . . My own instinct and preference is that I wouldn't mind if tcllib has packages whose source begins package require $some_complicated_package ... (which is sort-of true already) 'long as tcllib remains pure Tcl (otherwise) (which *is* true). It's a very mild preference. I can certainly live with the alternative Arjen and Larry promote. |