<p dir="ltr">On Mar 23, 2015 1:03 PM, "Guido van Rossum" <<a href="mailto:guido@python.org">guido@python.org</a>> wrote:<br>
><br>
> On Sun, Mar 22, 2015 at 11:02 PM, David Foster <<a href="mailto:davidfstr@gmail.com">davidfstr@gmail.com</a>> wrote:<br>
>><br>
>> * +1 for the argument order cast(x, T). This is consistent with (x: T) elsewhere.<br>
><br>
><br>
> I disagree on this. It goes against the argument order of casts in other languages, e.g. C, C++, Java, and even in Python -- you write int(x), not x(int).</p>
<p dir="ltr">I don't have any strong opinion here, but I don't find the consistency argument convincing. In int(x), 'int' is the verb, and in English verbs come before undergoers ("I am inting the x"). In cast(...), though, cast is the verb, x remains the undergoer, and int is conceptualized as the destination (or something like that), and destinations go in prepositional clauses after the object. You'd say "I'm casting the x to int"; (cf "I'm throwing the ball to Sarah"). "I'm casting to int the x" is extremely weird.</p>
<p dir="ltr">-n</p>