Roy Smith <r...@panix.com> writes:

> You missed the ever-so-special Objective C syntax:
>
> [object method arg1 withSomething arg2 withSomethingElse arg3]
>
> I'm sure I got that slightly wrong.  I don't do Objective C, and my eyes 
> glaze over every time I have to read it.

The actual syntax would be

  [object method: arg1 withSomething: arg2 withSomethingElse: arg3]

and IMHO once you train your eyes the result is very readable, and
closely resembles Python's keywords (and I took advantage of the
similarity when I enjoyed developing PyObjC :)

ciao, lele.
-- 
nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia.
l...@metapensiero.it  |                 -- Fortunato Depero, 1929.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to