Re: Making HTTP requests over TLS from multiple threads

2021-04-02 Thread Christopher Baines
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

Re: [ANN] (potato make) - makefiles in scheme

2021-04-02 Thread Xinglu Chen
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