Re: [Pharo-project] Compression question

2008-09-28 Thread Damien Cassou
On Sat, Sep 27, 2008 at 5:59 PM, Bill Schwab [EMAIL PROTECTED] wrote: BTW, as further evidence of the accumulated effort, to check the jargon above, I just fired up an early 3.9 image that was handy, and the differences are striking! Maybe I do want to lean on Damien for an updated web image

[Pharo-project] Compression question

2008-09-27 Thread Bill Schwab
I am working on adapting some basic tools of mine to Pharo, and ran into a trick that use often: specifically, I use ZLib and Dolphin's ability to package globals to store compressed text for scripts, empty document files, etc. Then a small wrapper method uses ZLib to uncompress the content of

Re: [Pharo-project] Compression question

2008-09-27 Thread Stéphane Ducasse
On Sep 27, 2008, at 5:59 PM, Bill Schwab wrote: I am working on adapting some basic tools of mine to Pharo, and ran into a trick that use often: specifically, I use ZLib and Dolphin's ability to package globals to store compressed text for scripts, empty document files, etc. Then a small