[Python-Dev] python symbolizition (original) (raw)
Pynix Wang pynix.wang at gmail.com
Fri Jun 14 15:58:59 CEST 2013
- Previous message: [Python-Dev] cpython (2.7): Fix comment blocks. Adjust blocksize to a power-of-two for better divmod
- Next message: [Python-Dev] python symbolizition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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". -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130614/3d4a456f/attachment.html>
- Previous message: [Python-Dev] cpython (2.7): Fix comment blocks. Adjust blocksize to a power-of-two for better divmod
- Next message: [Python-Dev] python symbolizition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]