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... <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. <jmes>daviid: Thank you, I'll check those out! :)