IRC channel logs

2023-12-03.log

back to list of logs

<chrislck>sneek: botsnack
<sneek>:)
<apteryx>phew, finally got to add SRFI 209 (enums)
<apteryx>took about a month of working part time on it for all of its deps/r7rs fixes/documentation converter
<sneek>Welcome back chrislck!!
<chrislck>sneek: botsnack
<sneek>:)
<sneek>chrislck: wb!!
<apteryx>mirai: fyi, I've sent the snarfi script to guile-devel
<apteryx>you may want to try it for your next srfi endeavours
<graywolf>Hi, where can I find the list of type descriptors for make-typed-array?
<graywolf>Separate question: what is the difference between arrays and vectors?
<graywolf>Ah, "for vectors containing vectors, you may wish to use arrays"
<graywolf>But there does not seem to be any array-transduce procedure
<apteryx>do I need to do something special in the Guile build system if a SRFI depends on another SRFI?
<apteryx>looks like I need to add prerequisites for included files, c.f. srfi/srfi-64.go in am/bootstrap.am
<apteryx>that's probably just useful in that srfi-64.go dependency tracking scope rather than important across modules