IRC channel logs

2025-12-28.log

back to list of logs

<jfred>Ohhhhhh. I get it now... when you use `#:self` on `define-actor`, `self` is bound for the resulting object but not while the constructor is being run
<jfred>hrmmmm
<jfred>yep, and that's called out in the docs too, I just missed it
<jfred>"This allows the object to send messages to itself at runtime (but not construction time)."