IRC channel logs

2024-08-22.log

back to list of logs

<cpli>is there something i'm misunderstanding if i'm starting to use (define-syntax-rule (defer final thunk) (call-with-values (lambda () thunk) (lambda value* final (apply values value*))))
<cpli>i don't know if my next elaborations will be at all elucidating..
<cpli>i.e. something that simplifies: (let-values ((b+other (a->b+other a))) (rm-a a) (apply values b+other))
<cpli>into (defer (rm-a a) (a->b+other a))
<adhoc>hi
<adhoc>is anyone using Haunt for document storage ?
<civodul>has anyone tried suspending from within a custom port, in a fiberized context?