Erik Arvidsson (2013-07-31T15:30:28.000Z)
On Wed, Jul 31, 2013 at 10:38 AM, Mark S. Miller <erights at google.com> wrote:
>> > Only useful for instance-private instance variables, in which case you
>> > may as well use lexically captured per-instance state.
>>
>> Also useful for methods where different subclasses needs to specialize the
>> behavior.
>>
>> We've tripped on the method use case before. Let's not repeat that
>> mistake.
>
>
> Hi Erik, I'm missing your point. Could you give an example? Thanks.

I was thinking private unique symbols. I see now that I misunderstood
what Brendan wrote.

Brendan, could you expand those ellipses in your example?


-- 
erik
domenic at domenicdenicola.com (2013-08-02T20:44:34.541Z)
On Wed, Jul 31, 2013 at 10:38 AM, Mark S. Miller <erights at google.com> wrote:

> Hi Erik, I'm missing your point. Could you give an example? Thanks.

I was thinking private unique symbols. I see now that I misunderstood what Brendan wrote.

Brendan, could you expand those ellipses in your example?