Python论坛  - 讨论区

标题:[python-chinese] 这种写法是什么意思?

2006年02月20日 星期一 22:09

Gerald Lee leejd80 at gmail.com
Mon Feb 20 22:09:17 HKT 2006

lambda _: "Internal error in server"



--
My Blog >> http://leejd.cndev.org
My QQ >> 9847243
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060220/6f70322e/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月20日 星期一 23:33

3751 lwm3751 at gmail.com
Mon Feb 20 23:33:56 HKT 2006

呵呵,你不要被那个"_"骗了,这还不一样是个普通的ambda
2006/2/20, Gerald Lee <leejd80 at gmail.com>:
> lambda _: "Internal error in server"
>
>
>
> --
> My Blog >> http://leejd.cndev.org
> My QQ >> 9847243
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 09:43

Liming_Do Liming_Do at smics.com
Tue Feb 21 09:43:20 HKT 2006

"""
> 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :)
>
无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。
不过咱也不能放弃,多学学北京兄弟的经验,呵呵!
"""
贵在坚持的毅力,BPUG的经验得借鉴
上次聚会以后就接近年底了,大家都比较忙然后就过年了
现在春暖花开天气渐好啦,真期待再聚会一次呀……

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 09:49

马踏飞燕 honeyday.mj at gmail.com
Tue Feb 21 09:49:33 HKT 2006

在 06-2-21,Liming_Do<Liming_Do at smics.com> 写道:
> """
> > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :)
> >
> 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。
> 不过咱也不能放弃,多学学北京兄弟的经验,呵呵!
> """
> 贵在坚持的毅力,BPUG的经验得借鉴
> 上次聚会以后就接近年底了,大家都比较忙然后就过年了
> 现在春暖花开天气渐好啦,真期待再聚会一次呀……

咱也想个议题吧。
再不咱就去共青森林公园,弄一个spring BBQ,咔咔!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 10:00

shhgs shhgs.efhilt at gmail.com
Tue Feb 21 10:00:09 HKT 2006

_ 是一个合法的变量名

这个东西,换一个写法就是

def a(_) :
     return "Internal error in server"

当然,这个a是命名的函数

兄弟是看twisted的文档碰到这个问题的吧。

^_^,当初我也是很困惑了一段。

On 2/20/06, 3751 <lwm3751 at gmail.com> wrote:
> 呵呵,你不要被那个"_"骗了,这还不一样是个普通的ambda
> 2006/2/20, Gerald Lee <leejd80 at gmail.com>:
> > lambda _: "Internal error in server"
> >
> >
> >
> > --
> > My Blog >> http://leejd.cndev.org
> > My QQ >> 9847243
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> > python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info:
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 10:30

Liming_Do Liming_Do at smics.com
Tue Feb 21 10:30:21 HKT 2006

"""
> """
> > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :)
> >
> 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。
> 不过咱也不能放弃,多学学北京兄弟的经验,呵呵!
> """
> 贵在坚持的毅力,BPUG的经验得借鉴
> 上次聚会以后就接近年底了,大家都比较忙然后就过年了
> 现在春暖花开天气渐好啦,真期待再聚会一次呀……
咱也想个议题吧。
再不咱就去共青森林公园,弄一个spring BBQ,咔咔!
"""
哈哈,好啊好啊,马兄尽快召集吧,三月份正是春游的好时候~~

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 12:18

HoLin holin.he at gmail.com
Tue Feb 21 12:18:18 HKT 2006

杭州的呢?
杭州也有几个的吧?
冒泡啊


On 2/21/06, Liming_Do <Liming_Do at smics.com> wrote:
>
> """
> > """
> > > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :)
> > >
> > 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。
> > 不过咱也不能放弃,多学学北京兄弟的经验,呵呵!
> > """
> > 贵在坚持的毅力,BPUG的经验得借鉴
> > 上次聚会以后就接近年底了,大家都比较忙然后就过年了
> > 现在春暖花开天气渐好啦,真期待再聚会一次呀……
> 咱也想个议题吧。
> 再不咱就去共青森林公园,弄一个spring BBQ,咔咔!
> """
> 哈哈,好啊好啊,马兄尽快召集吧,三月份正是春游的好时候~~
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/2f8a72a5/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 12:42

hoxide Ma hoxide at gmail.com
Tue Feb 21 12:42:50 HKT 2006

好啊好啊, 偶也参加, 大家在eastchina的maillist里面开个帖子讨论?


在 06-2-21,HoLin<holin.he at gmail.com> 写道:
> 杭州的呢?
> 杭州也有几个的吧?
> 冒泡啊
>
>
>
> On 2/21/06, Liming_Do <Liming_Do at smics.com> wrote:
> > """
> > > """
> > > > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :)
> > > >
> > > 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。
> > > 不过咱也不能放弃,多学学北京兄弟的经验,呵呵!
> > > """
> > > 贵在坚持的毅力,BPUG的经验得借鉴
> > > 上次聚会以后就接近年底了,大家都比较忙然后就过年了
> > > 现在春暖花开天气渐好啦,真期待再聚会一次呀……
> > 咱也想个议题吧。
> > 再不咱就去共青森林公园,弄一个spring BBQ,咔咔!
> > """
> > 哈哈,好啊好啊,马兄尽快召集吧,三月份正是春游的好时候~~
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> > Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to
> python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to
> python-chinese-request at lists.python.cn
> Detail Info:
> http://python.cn/mailman/listinfo/python-chinese
>
>


--
==========================================================

A student of Math in Soochow University in China.
Intrested in Math, Python, Octave, Lisp, Maxima, Prolog and .NET/MONO.

Blog: http://blog.sina.com.cn/blog/1142604745
Wiki: http://wiki.woodpecker.org.cn/moin/Hoxide

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 13:05

风向标 vaneoooo at gmail.com
Tue Feb 21 13:05:48 HKT 2006

哈哈
有意思
用来写点故弄玄虚的程序蒙蒙其他语言的程序员也不错

不过这个lambda _: 是什么意思呢?
像f = lambda _: "Internal error in server"
这句


在06-2-21,shhgs <shhgs.efhilt at gmail.com> 写道:
>
> _ 是一个合法的变量名
>
> 这个东西,换一个写法就是
>
> def a(_) :
>     return "Internal error in server"
>
> 当然,这个a是命名的函数
>
> 兄弟是看twisted的文档碰到这个问题的吧。
>
> ^_^,当初我也是很困惑了一段。
>
> On 2/20/06, 3751 <lwm3751 at gmail.com> wrote:
> > 呵呵,你不要被那个"_"骗了,这还不一样是个普通的ambda
> > 2006/2/20, Gerald Lee <leejd80 at gmail.com>:
> > > lambda _: "Internal error in server"
> > >
> > >
> > >
> > > --
> > > My Blog >> http://leejd.cndev.org
> > > My QQ >> 9847243
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to
> > > python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info:
> > > http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/ec46c76d/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 14:23

马踏飞燕 honeyday.mj at gmail.com
Tue Feb 21 14:23:03 HKT 2006

在 06-2-21,hoxide Ma<hoxide at gmail.com> 写道:
> 好啊好啊, 偶也参加, 大家在eastchina的maillist里面开个帖子讨论?
>

华东区急需zoom这样的人啊!
据传说,zoom以前也是混上海的,咋就去北京了涅?人才流失阿!

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 14:29

aceyuan at gmail.com aceyuan at gmail.com
Tue Feb 21 14:29:44 HKT 2006

是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:))

On 2/21/06, 风向标 <vaneoooo at gmail.com> wrote:
>
> 哈哈
> 有意思
> 用来写点故弄玄虚的程序蒙蒙其他语言的程序员也不错
>
> 不过这个lambda _: 是什么意思呢?
> 像f = lambda _: "Internal error in server"
> 这句
>
>
> 在06-2-21,shhgs <shhgs.efhilt at gmail.com> 写道:
> >
> > _ 是一个合法的变量名
> >
> > 这个东西,换一个写法就是
> >
> > def a(_) :
> >     return "Internal error in server"
> >
> > 当然,这个a是命名的函数
> >
> > 兄弟是看twisted的文档碰到这个问题的吧。
> >
> > ^_^,当初我也是很困惑了一段。
> >
> > On 2/20/06, 3751 <lwm3751 at gmail.com> wrote:
> > > 呵呵,你不要被那个"_"骗了,这还不一样是个普通的ambda
> > > 2006/2/20, Gerald Lee < leejd80 at gmail.com>:
> > > > lambda _: "Internal error in server"
> > > >
> > > >
> > > >
> > > > --
> > > > My Blog >> http://leejd.cndev.org
> > > > My QQ >> 9847243
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Detail Info:
> > > > http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/d8edc951/attachment-0001.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 14:33

aceyuan at gmail.com aceyuan at gmail.com
Tue Feb 21 14:33:32 HKT 2006

如:

>>>f = lamda x: x*x    # return square of x

>>>print f(2)
4

>>>print f(10)
100


On 2/21/06, aceyuan at gmail.com <aceyuan at gmail.com> wrote:
>
>
> 是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:))
>
> On 2/21/06, 风向标 <vaneoooo at gmail.com> wrote:
> >
> > 哈哈
> > 有意思
> > 用来写点故弄玄虚的程序蒙蒙其他语言的程序员也不错
> >
> > 不过这个lambda _: 是什么意思呢?
> > 像f = lambda _: "Internal error in server"
> > 这句
> >
> >
> > 在06-2-21,shhgs <shhgs.efhilt at gmail.com> 写道:
> > >
> > > _ 是一个合法的变量名
> > >
> > > 这个东西,换一个写法就是
> > >
> > > def a(_) :
> > >     return "Internal error in server"
> > >
> > > 当然,这个a是命名的函数
> > >
> > > 兄弟是看twisted的文档碰到这个问题的吧。
> > >
> > > ^_^,当初我也是很困惑了一段。
> > >
> > > On 2/20/06, 3751 <lwm3751 at gmail.com > wrote:
> > > > 呵呵,你不要被那个"_"骗了,这还不一样是个普通的ambda
> > > > 2006/2/20, Gerald Lee < leejd80 at gmail.com>:
> > > > > lambda _: "Internal error in server"
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > My Blog >> http://leejd.cndev.org
> > > > > My QQ >> 9847243
> > > > > _______________________________________________
> > > > > python-chinese
> > > > > Post: send python-chinese at lists.python.cn
> > > > > Subscribe: send subscribe to
> > > > > python-chinese-request at lists.python.cn
> > > > > Unsubscribe: send unsubscribe to
> > > > > python-chinese-request at lists.python.cn
> > > > > Detail Info:
> > > > > http://python.cn/mailman/listinfo/python-chinese
> > > > >
> > > > >
> > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/a2df1618/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 14:43

风向标 vaneoooo at gmail.com
Tue Feb 21 14:43:30 HKT 2006

也就是说也是一种函数定义
相当于
def f(_):
      print _*_

这样?
真是晕.
呵呵 lamda 参数: 函数体

此为匿名函数  记住了

在06-2-21,aceyuan at gmail.com <aceyuan at gmail.com> 写道:
>
> 如:
>
> >>>f = lamda x: x*x    # return square of x
>
> >>>print f(2)
> 4
>
> >>>print f(10)
> 100
>
>
> On 2/21/06, aceyuan at gmail.com <aceyuan at gmail.com> wrote:
> >
> > 是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:))
> >
> >
> > On 2/21/06, 风向标 <vaneoooo at gmail.com> wrote:
> > >
> > > 哈哈
> > > 有意思
> > > 用来写点故弄玄虚的程序蒙蒙其他语言的程序员也不错
> > >
> > > 不过这个lambda _: 是什么意思呢?
> > > 像f = lambda _: "Internal error in server"
> > > 这句
> > >
> > >
> > > 在06-2-21,shhgs <shhgs.efhilt at gmail.com> 写道:
> > > >
> > > > _ 是一个合法的变量名
> > > >
> > > > 这个东西,换一个写法就是
> > > >
> > > > def a(_) :
> > > >     return "Internal error in server"
> > > >
> > > > 当然,这个a是命名的函数
> > > >
> > > > 兄弟是看twisted的文档碰到这个问题的吧。
> > > >
> > > > ^_^,当初我也是很困惑了一段。
> > > >
> > > > On 2/20/06, 3751 <lwm3751 at gmail.com > wrote:
> > > > > 呵呵,你不要被那个"_"骗了,这还不一样是个普通的ambda
> > > > > 2006/2/20, Gerald Lee < leejd80 at gmail.com>:
> > > > > > lambda _: "Internal error in server"
> > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > My Blog >> http://leejd.cndev.org
> > > > > > My QQ >> 9847243
> > > > > > _______________________________________________
> > > > > > python-chinese
> > > > > > Post: send python-chinese at lists.python.cn
> > > > > > Subscribe: send subscribe to
> > > > > > python-chinese-request at lists.python.cn
> > > > > > Unsubscribe: send unsubscribe to
> > > > > > python-chinese-request at lists.python.cn
> > > > > > Detail Info:
> > > > > > http://python.cn/mailman/listinfo/python-chinese
> > > > > >
> > > > > >
> > > > >
> > > > > _______________________________________________
> > > > > python-chinese
> > > > > Post: send python-chinese at lists.python.cn
> > > > > Subscribe: send subscribe to
> > > > python-chinese-request at lists.python.cn
> > > > > Unsubscribe: send unsubscribe to
> > > > python-chinese-request at lists.python.cn
> > > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > > >
> > > > >
> > > >
> > > > _______________________________________________
> > > > python-chinese
> > > > Post: send python-chinese at lists.python.cn
> > > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > > Unsubscribe: send unsubscribe to
> > > > python-chinese-request at lists.python.cn
> > > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > > >
> > > >
> > >
> > > _______________________________________________
> > > python-chinese
> > > Post: send python-chinese at lists.python.cn
> > > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > > Unsubscribe: send unsubscribe to
> > > python-chinese-request at lists.python.cn
> > > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/dc1314de/attachment-0001.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 14:56

马踏飞燕 honeyday.mj at gmail.com
Tue Feb 21 14:56:38 HKT 2006

在 06-2-21,aceyuan at gmail.com<aceyuan at gmail.com> 写道:
> 是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:))

写这个函数的人以前可能是写perl出身的吧,呵呵。
perl里面就有一个预定义的 $_ 变量,作为函数的参数使用的。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 15:27

头太晕 super852 at gmail.com
Tue Feb 21 15:27:17 HKT 2006

我昨天刚从杭州回北京

在06-2-21,HoLin <holin.he at gmail.com> 写道:
>
> 杭州的呢?
> 杭州也有几个的吧?
> 冒泡啊
>
>
> On 2/21/06, Liming_Do <Liming_Do at smics.com> wrote:
> >
> > """
> > > """
> > > > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :)
> > > >
> > > 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。
> > > 不过咱也不能放弃,多学学北京兄弟的经验,呵呵!
> > > """
> > > 贵在坚持的毅力,BPUG的经验得借鉴
> > > 上次聚会以后就接近年底了,大家都比较忙然后就过年了
> > > 现在春暖花开天气渐好啦,真期待再聚会一次呀……
> > 咱也想个议题吧。
> > 再不咱就去共青森林公园,弄一个spring BBQ,咔咔!
> > """
> > 哈哈,好啊好啊,马兄尽快召集吧,三月份正是春游的好时候~~
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
阿弥陀佛 晕哉 晕哉
--------
欢迎光临我的菜园子:
http://spaces.msn.com/members/headfaint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/ade8e77d/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 17:09

limodou limodou at gmail.com
Tue Feb 21 17:09:23 HKT 2006

On 2/21/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> 在 06-2-21,aceyuan at gmail.com<aceyuan at gmail.com> 写道:
> > 是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:))
>
> 写这个函数的人以前可能是写perl出身的吧,呵呵。
> perl里面就有一个预定义的 $_ 变量,作为函数的参数使用的。
>

匿名函数应该是从list这种函数式编程语言来的,象map, filter, reduce等都是。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 17:40

xxmplus xxmplus at gmail.com
Tue Feb 21 17:40:01 HKT 2006

haskell的tut里有详细描述

在 06-2-21,limodou<limodou at gmail.com> 写道:
> On 2/21/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote:
> > 在 06-2-21,aceyuan at gmail.com<aceyuan at gmail.com> 写道:
> > > 是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:))
> >
> > 写这个函数的人以前可能是写perl出身的吧,呵呵。
> > perl里面就有一个预定义的 $_ 变量,作为函数的参数使用的。
> >
>
> 匿名函数应该是从list这种函数式编程语言来的,象map, filter, reduce等都是。
>
> --
> I like python!
> My Blog: http://www.donews.net/limodou
> NewEdit Maillist: http://groups.google.com/group/NewEdit
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 18:02

魏忠 weizhong2004 at gmail.com
Tue Feb 21 18:02:53 HKT 2006

lambda 将来会被取消,所以了解即可。

开飞机的舒克
http://www.lvye.org/shuke
msn:weizhong at netease.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/5a44850c/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月21日 星期二 18:23

Bing Yuan aceyuan at gmail.com
Tue Feb 21 18:23:51 HKT 2006

呵呵,似乎lamda又不会被取消了:
http://www.voidspace.org.uk/python/weblog/arch_d7_2006_02_04.shtml#e207

不太清楚这件事情的起因,根据描述是这样的:

Guido曾经提议过替换掉lamda
,结果引起轩然大波。人们举出各种理由说明不应该这样做,从数量繁多的采用lamda的已有应用的现状到理论层面的论证。最后Guido不得不表态要保留l
amda (http://mail.python.org/pipermail/python-dev/2006-February/060415.html)


On 2/21/06, 魏忠 <weizhong2004 at gmail.com> wrote:
>
> lambda 将来会被取消,所以了解即可。
>
> 开飞机的舒克
> http://www.lvye.org/shuke
> msn:weizhong at netease.com
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060221/d960cdd9/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号