2006年02月20日 星期一 22:09
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
2006年02月20日 星期一 23:33
呵呵,你不要被那个"_"骗了,这还不一样是个普通的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 > >
2006年02月21日 星期二 09:43
""" > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :) > 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。 不过咱也不能放弃,多学学北京兄弟的经验,呵呵! """ 贵在坚持的毅力,BPUG的经验得借鉴 上次聚会以后就接近年底了,大家都比较忙然后就过年了 现在春暖花开天气渐好啦,真期待再聚会一次呀……
2006年02月21日 星期二 09:49
在 06-2-21,Liming_Do<Liming_Do at smics.com> 写道: > """ > > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :) > > > 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。 > 不过咱也不能放弃,多学学北京兄弟的经验,呵呵! > """ > 贵在坚持的毅力,BPUG的经验得借鉴 > 上次聚会以后就接近年底了,大家都比较忙然后就过年了 > 现在春暖花开天气渐好啦,真期待再聚会一次呀…… 咱也想个议题吧。 再不咱就去共青森林公园,弄一个spring BBQ,咔咔!
2006年02月21日 星期二 10:00
_ 是一个合法的变量名 这个东西,换一个写法就是 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 > >
2006年02月21日 星期二 10:30
""" > """ > > 上海的兄弟们,什么时候也组织一个啊?离上次聚会都好几个月了啊... :) > > > 无奈华东地区的pythoner实在是太稀有了,能出来见人的更是稀有中的稀有。。。 > 不过咱也不能放弃,多学学北京兄弟的经验,呵呵! > """ > 贵在坚持的毅力,BPUG的经验得借鉴 > 上次聚会以后就接近年底了,大家都比较忙然后就过年了 > 现在春暖花开天气渐好啦,真期待再聚会一次呀…… 咱也想个议题吧。 再不咱就去共青森林公园,弄一个spring BBQ,咔咔! """ 哈哈,好啊好啊,马兄尽快召集吧,三月份正是春游的好时候~~
2006年02月21日 星期二 12:18
杭州的呢? 杭州也有几个的吧? 冒泡啊 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
2006年02月21日 星期二 12:42
好啊好啊, 偶也参加, 大家在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
2006年02月21日 星期二 13:05
哈哈 有意思 用来写点故弄玄虚的程序蒙蒙其他语言的程序员也不错 不过这个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
2006年02月21日 星期二 14:23
在 06-2-21,hoxide Ma<hoxide at gmail.com> 写道: > 好啊好啊, 偶也参加, 大家在eastchina的maillist里面开个帖子讨论? > 华东区急需zoom这样的人啊! 据传说,zoom以前也是混上海的,咋就去北京了涅?人才流失阿!
2006年02月21日 星期二 14:29
是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:)) 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
2006年02月21日 星期二 14:33
如: >>>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
2006年02月21日 星期二 14:43
也就是说也是一种函数定义 相当于 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
2006年02月21日 星期二 14:56
在 06-2-21,aceyuan at gmail.com<aceyuan at gmail.com> 写道: > 是匿名函数的定一格式,意思是定义了一个函数,但不必指明函数名,以"_"作为参数,返回":"后面的表达式的值(一般应该是和参数有关的表达式,相当于数学中的函数和自变量之间的关系,但是这里玩了个小花样,函数直接返回了一个固定的字符串:)) 写这个函数的人以前可能是写perl出身的吧,呵呵。 perl里面就有一个预定义的 $_ 变量,作为函数的参数使用的。
2006年02月21日 星期二 15:27
我昨天刚从杭州回北京 在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
2006年02月21日 星期二 17:09
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
2006年02月21日 星期二 17:40
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 > >
2006年02月21日 星期二 18:02
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
2006年02月21日 星期二 18:23
呵呵,似乎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
Zeuux © 2025
京ICP备05028076号