[Python-Dev] python symbolizition

Isaac Morland ijmorlan at uwaterloo.ca
Fri Jun 14 17:43:49 CEST 2013


On Fri, 14 Jun 2013, R. David Murray wrote:

> This discussion is better suited for python-ideas than it
> is for python-dev.

Better yet, perl-ideas.

> On Fri, 14 Jun 2013 16:50:53 +0200, Markus Unterwaditzer <markus at unterwaditzer.net> wrote:
>> But why?
>>
>> -- Markus (from phone)
>>
>> Pynix Wang <pynix.wang at gmail.com> wrote:
>>> 1.lambda expression
>>>
>>> c#
>>> a.(x, y) => x == y
>>> b.() => SomeMethod()
>>>
>>> ruby:
>>> -> {|msg| puts msg}
>>>
>>> python can use c# like and remove "lambda" keyword.
>>>
>>> 2.global variable
>>>
>>> ruby
>>> $glo_var
>>>
>>> python can use $ or @ or another and remove "global".

Isaac Morland			CSCF Web Guru
DC 2554C, x36650		WWW Software Specialist


More information about the Python-Dev mailing list