#Guix Packager 📦 supports a couple more languages and build systems as of… today!
https://guix-hpc.gitlabpages.inria.fr/guix-packager/
Kudos to Philippe Virouleau for the good hack.
#Guix Packager 📦 supports a couple more languages and build systems as of… today!
https://guix-hpc.gitlabpages.inria.fr/guix-packager/
Kudos to Philippe Virouleau for the good hack.
Someone asked during Café Guix whether we could use Hoot to run bits of Guix such as importers in the browser, which would nicely complement Guix Packager.
I suppose we’re still far from it because of C bindings these modules depend on, such as Guile-Gcrypt and POSIX sockets (for the HTTP client). But maybe someday these interfaces could be implemented in JS/wasm to allow for seamless integration?
@dthompson Right, implementing a subset of (gcrypt …) and (web …) in wasm (or in another language compiled to wasm) should unlock a number of applications.