<div dir="ltr"><div class="gmail_extra">Without commenting on anything else, I have encountered one use-case where it would be nice to be able to “call” an instance. And that is, while modeling some mathematics, I made a DifferentiableFunction type which stores a function and optionally a reference to another DifferentiableFunction (its derivative).</div><div class="gmail_extra"><br></div><div class="gmail_extra">I used the subscript notation for “calling” these DifferentiableFunctions, because that’s what we have available, but it would certainly be nice to use parentheses rather than square brackets.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Nevin</div></div>