[ANN][ENH][REFACTOR] Declarative pools at SqueakMap

Andreas Raab andreas.raab at gmx.de
Sun May 18 19:22:02 UTC 2003


Hi Guys,

I've just published a little more polished variant of the stuff that I sent
around for dealing with pools in easier ways. It's up at SqueakMap

http://map2.squeakfoundation.org/sm/package/fc7f2d8c-74c0-486a-a364-abd63f47
373d

and here's the description:

This package provides the means for using 'classes as pool dictionaries'
therefore enabling a more declarative style of using pools.
The packages refactors some compiler protocols and provides a base
class 'SharedPool' to be used as superclass for any declarative pool.
The package contains refactored versions of the following pools:
* ChessConstants
* KlattResonatorIndices
* BalloonEngineConstants
* B3DEngineConstants
* ZipFileConstants
* ZipConstants
* GZipConstants
* FFIConstants
* EventSensorConstants
The refactorings will be applied only if the pool is present.

Cheers,
  - Andreas



More information about the Squeak-dev mailing list