IRC channel logs
2025-12-05.log
back to list of logs
<lloda`>array dimensions are [first last] in guile which meh <lloda`>my libraries all use [size first] so you can say [size] and then first is 0 <dsmith>lloda`, Ya, that's much more ergonomic <old>When defining procedure properties with #(...), it is only possible to put literal in it. No way to reference other variables? <identity>old: hm, it looks like a vector literal, using ‘vector’ does not work <identity>old: at the very least you can use ‘set-procedure-property!’ <old>identity: yes I often have to do so as a last-resort