On Sun, Dec 27, 2020 at 7:01 AM Ludovic Courtès wrote:
>
> Ludovic Courtès skribis:
>
> > I’m pleased to announce the first release of Guile-zstd:
>
> Oops, a file was missing from the repo, so here’s a brand new release!
>
> git clone https://notabug.org/guile-zstd/guile-zstd
> cd guile-zstd
Hi,
"Dr. Arne Babenhauserheide" skribis:
> Looking at the readme I get the feeling that two little helpers could be
> useful:
>
>(call-with-zstd-output-file "compressed.zstd"
> (lambda (port)
> (define data
> ;; Read the input file in memory.
> (call-with-in
Hi Ludo,
that’s pretty cool! Thank you!
Looking at the readme I get the feeling that two little helpers could be
useful:
(call-with-zstd-output-file "compressed.zstd"
(lambda (port)
(define data
;; Read the input file in memory.
(call-with-input-file
Ludovic Courtès skribis:
> I’m pleased to announce the first release of Guile-zstd:
Oops, a file was missing from the repo, so here’s a brand new release!
git clone https://notabug.org/guile-zstd/guile-zstd
cd guile-zstd
git checkout v0.1.1 # or f853c8eb81088f8fbf33d38e62cddea9a4984180