IRC channel logs
2025-02-02.log
back to list of logs
<Zarutian_iPad>regarding op:get I have question why one couldnt just treat it as generic [] eventual operation? that is, a[b] where a and possibly b are both eventual references. That is, promise that can settle to a compound datum like List or Map <Zarutian_iPad>then we dont have to do anything special for 'method' invocation as the caller would 'pick off' the method and just call that lambda ultimate style. <Zarutian_iPad>so js `E(target).foo(bar)` basically translates to `(E.get(target, "foo"))(bar)`