IRC channel logs
2025-07-14.log
back to list of logs
<ridley>Hi folks, can anyone explain to me the difference between a sealer/unsealer and the warden/incanter stuff in goblins? <ridley>I think I get sealer/unsealer but <ridley>not getting what warden/incanter does that is different <ridley>or rather for which situations each is applicable <jfred>ridley: I think warden/incanter are a bit higher-level (and indeed seem to use sealers for their underlying implementation). It's useful primarily if you want to attach some hidden behaviors to an object that are invisible/inaccessible if you don't have the right incanter <jfred>in which it's used to add some out-of-band functionality to an object, without interfering with whatever else the object is doing by e.g. adding a conflicting method name <ridley>Thanks for the link. I'll check it out! <jfred>(hm, I should move that repo to codeberg) <sneek>dthompson, you have 1 message! <sneek>dthompson, ArneBab says: is there a chance that you could add your optimizing post to the guile reference manual? <ridley>Btw I read your functional hash tables post yesterday. Interesting stuff <dthompson>I'm never sure if I'm describing something clearly or not