ra’s avatarra’s Twitter Archive—№ 35,367

  1. …in reply to @undefined
    @hlship the thinking is that function/method *is* a target. e.g. out.SendMessage on its own is a valid expression and resolves to that instance method as a first-class value. so, (out.SendMessage ...) in a target position invokes it.