IRC channel logs

2025-08-02.log

back to list of logs

<cow_2001>where's dthompson i wanna bug him about writing draft posts on haunt :(
<cow_2001>let's say i have a post i wanna commit to git but not publish on haunt
<cow_2001>right now what i have to do is put it on another directory on the repository, which may or may not be enough, but... uh...
<cow_2001>i guess that's enough?
<ArneBab>Is it possible with guile-dsv to parse csvs with quoted fields (a,"b\n","d""e" → '("a" "b\n" "d\"e"))?
<rlb>Since wingo seemed generally favorably disposed, I'm thinking of going ahead with srfi-207 and with (print-enable 'bytestrings) to set the default (as with the existing (print-enable 'r7rs-symbols)) -- since the broader question about whether we might (also) want flavored bytevectors is separable.
<rlb>i.e. we can decide and add that later if we like.
<rlb>It'll probably also be more generally useful once/if we support bytevectors more broadly in the relevant apis, e.g. (getcwd 'bytes) or equivalent would presumably return a bytestring flavored bytevector.
<jmes>Are there any noteworthy guile scheme plotting libraries? I'm okay with gnuplot but sometimes I find it clunky to do more complicated things.
<daviid>sneek: guile-software?
<sneek>I could be wrong, but guile-software is http://sph.mn/foreign/guile-software.html Send an email to tantalum, <sph at posteo dot eu> to make changes or post a new project.
<daviid>jmes: ^^ - https://github.com/spk121/guile-plotutils
<daviid>and https://gitlab.com/wingo/guile-charting
<jmes>daviid: Thank you, I'll check those out! :)