I've come up with a slight variant of the original script now, which for
me reliably causes Guile to crash. I've included some example output
below.
(use-modules (web uri)
(web request)
(web response)
(web client)
(web http)
(srfi s
On Mon, Feb 15 2021, Mike Gran wrote:
> Hello All-
>
> I wrote a pure scheme Guile library (potato make) that lets one write
> makefiles in scheme. The code lives at
> https://github.com/spk121/potato-make.
Cool project! How would I try this out on my own Guile project? I
can't find any instru