IRC channel logs

2022-06-04.log

back to list of logs

<stis>Ahh the write library is fabulous.
<stis>fast as a lightening!
<stis>Nothing get stuck in C, will play nice with fibers and is fast, sometimes morte than 100X faster than the vanilla writer, supporting all utf kinds
<stis>not sure how the bom writing works though
<stis>hmm reading in 1M doubles takes more than 4s. Not nice. Writing it is 100X faster.
<sneek>tohoyn: wb!!
<tohoyn>sneek: botsnack
<sneek>:)
<sneek>tohoyn: Greetings!!
<stis>I managed to have a pretty complete write tool now, next step is a well designed read, we can optimize a ton of stuff there
<unmatched-paren>i see on this page https://www.draketo.de/software/wisp a `{n - 1}` form in braces is used. is this some sort of special infix operator syntax?
<unmatched-paren>like idk you could do {list map function}
<unmatched-paren>according to `guile`'s repl {...} is not a valid form :(
<singpolyma>unmatched-paren: I assume you're in ,L wisp ?
<unmatched-paren>singpolyma: the example shows {...} in the guile code too
<singpolyma>Oh, that's probably a mistake
<unmatched-paren>sadly :)
<unmatched-paren>thanks for clearing that up
<mwette>for {n - 1} see https://www.gnu.org/software/guile/manual/html_node/SRFI_002d105.html#SRFI_002d105
<unmatched-paren>oh, cool, it is a thing! mwette thanks!
<mwette>yw