IRC channel logs

2023-11-16.log

back to list of logs

<parnikkapore>sneek, later tell dthompson ok, nice! I saw a lot of emphasis on SXML in a quick look through the documentation so I wasn't sure if making it do gemtext etc. would be too against the grain
<sneek>Okay.
<dsmith>sneek, botsnack
<sneek>:)
<dsmith>!uptime
<sneek>I've been aware for 8 days
<sneek>This system has been up 32 weeks, 4 days, 18 hours, 48 minutes
<apteryx>can I iterate an alist with ice-9 format, accessing both the keys and values[/
<apteryx>?
<apteryx>oh, ~:{ takes a list of list
<apteryx>also, nested iterations could do as in this example: (format #t "~{~{~d~}x~}" '((1 2) (3 4 5))) ⊣ 12x345x
<apteryx>hm, actually what I wanted is ~:{@item ~{~a~}~%~{~a~}~%~%~}, that is, expand the lists of data such as '(((a b c) (1 2 3)) ((d e f) 4 5 6)))
<apteryx>that's not possible; exit (ice-9 format)
<apteryx>or I could unzip the keys and values into two lists
<sneek>Yey! dsmith is back
<lechner>Hi, is anyone aware of a FastCGI implementation in Guile? It would be a program listening for HTTP requests and then setting some environment variables before calling CGI scripts. It doesn't even have to be in Guile, really. Thanks!
<dthompson>lechner: I don't know of one. I just use fcgiwrap for cgit.
<ieugen>!uptime