Lisp HUG Maillist Archive

zip/gzip/LZ77

Hi,

Taking up a new programming environment is sometimes a challenge, to 
me, and it looks like to everyone around me :-)

I've been looking for a way to read and write gziped streams from LW. 
No luck so far. I've found Allegro's deflate.cl but this only reads. 
Searching with google pretty much only finds the Allegro package in 
Debian and Gentoo (pages and pages), and advanced search doesn't help.

Is this supported in LW out of the box? If not, does anyone know how to 
add the functionality?

(BTW, LispWorks folks, it would be really nice if there was an inverted 
index for your documentation along the lines of the hyperspec, even 
nicer if the various keywords were indexed too)

Thanks,
Bob


Re: zip/gzip/LZ77

On Thursday, December 11, 2003, at 09:34  AM, Bob Hutchison wrote:

> Hi,
>
> Taking up a new programming environment is sometimes a challenge, to 
> me, and it looks like to everyone around me :-)

Like I said...

>
> I've been looking for a way to read and write gziped streams from LW. 
> No luck so far. I've found Allegro's deflate.cl but this only reads. 
> Searching with google pretty much only finds the Allegro package in 
> Debian and Gentoo (pages and pages), and advanced search doesn't help.
>
> Is this supported in LW out of the box? If not, does anyone know how 
> to add the functionality?

OK, Marc Battyani's cl-pdf has a UFFI mapping to zlib (and several 
others in the cl-pdf contrib directory). This looks as though it should 
work on OS/X, Windows, and Linux.


Re: zip/gzip/LZ77

"Bob Hutchison" <hutch@recursive.ca> wrote:

> Taking up a new programming environment is sometimes a challenge, to
> me, and it looks like to everyone around me :-)
>
> I've been looking for a way to read and write gziped streams from LW.
> No luck so far. I've found Allegro's deflate.cl but this only reads.
> Searching with google pretty much only finds the Allegro package in
> Debian and Gentoo (pages and pages), and advanced search doesn't help.

There is a zlib binding for compression in cl-pdf.
But it's only a one shot compression, not a stream so if you write or find
something, I'm interested.

Marc


Re: zip/gzip/LZ77

Thanks Marc. In the interval between my posting the query an receiving 
this I remembered your package (there's a message to that effect 
crossing paths with this one right now :-).

I'll be sure to pass anything I find or write in this regard on to you.

Cheers,
Bob

On Thursday, December 11, 2003, at 09:56  AM, Marc Battyani wrote:

> "Bob Hutchison" <hutch@recursive.ca> wrote:
>
>> Taking up a new programming environment is sometimes a challenge, to
>> me, and it looks like to everyone around me :-)
>>
>> I've been looking for a way to read and write gziped streams from LW.
>> No luck so far. I've found Allegro's deflate.cl but this only reads.
>> Searching with google pretty much only finds the Allegro package in
>> Debian and Gentoo (pages and pages), and advanced search doesn't help.
>
> There is a zlib binding for compression in cl-pdf.
> But it's only a one shot compression, not a stream so if you write or 
> find
> something, I'm interested.
>
> Marc
>
>


Updated at: 2020-12-10 08:58 UTC