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
wrote:
But why?
-- Markus (from phone)
Pynix Wang wrote:
1.lambda expression
c#
a.
This discussion is better suited for python-ideas than it
is for python-dev.
On Fri, 14 Jun 2013 16:50:53 +0200, Markus Unterwaditzer
wrote:
> But why?
>
> -- Markus (from phone)
>
> Pynix Wang wrote:
> >1.lambda expression
> >
> >c#
> >a.(x, y) => x == y
> >b.() => SomeMethod()
> >
> >ruby:
But why?
-- Markus (from phone)
Pynix Wang 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 "glob
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".
___
Python-Dev mailin