Thanks a lot for this very detailled explanation Vivien, that’s help me a lot
to understand what happens here !!
I’m trying to continue my learning of Lisp/Scheme like language, this is a new
fascinating world to explore :)
Best regards,
Vivien Kraus writes:
> Hello,
>
> I see in the paste:
Hello,
I see in the paste:
> ;; function taken on
> https://gist.github.com/amirouche/138a27bdbef5a672a0135f90ca26ec41
> ;; then adapted to use cookie jar
> (define-public (http-get url cookie-exist)
> ;; Create a Curl handle
> (let ((handle (curl-easy-init)))
> ;; Set the URL from which
Hi guile community,
I’m a new user, jumping into guix and guile in the same time,
i’m interested to build a module to download file stored on Zenodo platform,
using curl to request their REST Api.
This is usefull for reproducibility, i need to recover some data from Zenodo
before running guix p