<@U4UGS5FC7> Well I want to use delegates to make ...
# announcements
k
@raulraja Well I want to use delegates to make the interface of my class more fluent, but the problem is that it would require me to keep some state in the delegate. I'll probably fall back to memoization if nothing else works, thanks.