[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Literate Programming
From: |
Arun Isaac |
Subject: |
Re: Literate Programming |
Date: |
Mon, 07 Nov 2022 14:39:58 +0530 |
Hi Phil,
> The channel is at my workplace and currently private alas, but I shared
> the script on guix-devel so you can grab it from there. If you have any
> feedback also interested:
> https://lists.gnu.org/archive/html/guix-devel/2022-10/msg00329.html
Very nice!
> guix environment --ad-hoc skribilo guile -- guix repl --
> compile-docs.scm
Another interesting, but minor, improvement could be to rewrite
compile-docs.scm as a G-expression that can be built using computed-file
or run using program-file. I find G-expressions useful for deployment,
for example when building websites on the guix-forge CI system. It could
be a cool idea to automatically build and publish the latest
documentation on every commit pushed to the channel. ;-)
Cheers!
Arun