On Friday, January 13, 2017 at 5:32:51 AM UTC-8 Tony Garnock-Jones wrote:

> On 01/12/2017 11:32 PM, Lehi Toskin wrote: 
> > P.S. I didn't see an implementation of ADLER32 anywhere, so I had to 
> write my own, which took a little longer than expected, but oh well. 
>
> Oh, cool. That'd probably be a useful thing for Racket's 
> net/git-checkout module, which has a piece of code in `zlib-inflate` 
> that reads: 
>
> ... 
> (inflate i o) 
> ;; Verify checksum? 
> (read-bytes-exactly 'adler-checksum 4 i) 
> ... 
>
> Perhaps you could contribute your adler32 implementation, and it could 
> be used there. (And perhaps that `zlib-inflate` function deserves being 
> pulled out into a separate module. Hmm.) 
>
> Cheers, 
> Tony 
>

Yes, please do this. I was in need of a zlib-inflate while working on a 
script to inspect Minecraft save data. 

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/853ecf97-23c9-4602-a0e1-038ddda3a0cdn%40googlegroups.com.

Reply via email to