2006年06月13日 星期二 11:13
1,它要支持命令行。 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows .bat脚本一样的功能。 3,能够很好的调用c模块。 4,语言本身自带一个web服务器。可以直接做web应用。 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些要求 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060613/bf563df1/attachment.htm
2006年06月13日 星期二 11:19
晕啦。 在这里讨论这个。 可能,我只是说可能啊。 马上有人会告诉你是Python, 再我跟个不是。 马上一堆板砖。 在这个列表讨论这个。 纯粹就是像我一样找板砖的。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060613/487ca89b/attachment.htm
2006年06月13日 星期二 11:37
这里是Python的专署,所以每当提出一个问题后大家的第一反应是用Python怎么去很好的实现。所以你得到的答案永远是Python。 当然不排除一些随波跟风的。 Qutr,qutianrang at gmail.com 2006-6-13 ----- Original Message ----- From: 黄叶 To: "python-chinese Sent: 2006-06-13, 11:19:29 Subject: Re: [python-chinese] 我对理想语言的要求 晕啦。 在这里讨论这个。 可能,我只是说可能啊。 马上有人会告诉你是Python, 再我跟个不是。 马上一堆板砖。 在这个列表讨论这个。 纯粹就是像我一样找板砖的。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060613/516af1d2/attachment.html
2006年06月13日 星期二 16:06
呵呵,Kula可以继续完善功能列表,也许你自己能创造这么个语言出来。
2006年06月13日 星期二 19:15
你是 程序员 ,不是用户 我们公司还在使用c呢,没有办法啊,高效 啊 On 6/13/06, Kula <kulasama at gmail.com> wrote: > > 1,它要支持命令行。 > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows .bat脚本一样的功能。 > 3,能够很好的调用c模块。 > 4,语言本身自带一个web服务器。可以直接做web应用。 > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些要求 > > _______________________________________________ > 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/20060613/6bb1f4d5/attachment.html
2006年06月13日 星期二 22:25
c语言很复合要求。 1 c语言支持命令行(不过我不太肯定这句话是什么意思)。 2 c语言有system语句, 支持操作系统命令。 3 调用c模块, 太简单了, 不可能更简单了。 4 c不带web服务器, 不过这不是太大问题, 用apache就很好, c可以直接写cgi。 5 转换exe绝无问题。 另外补充一句, c语言已经问世好些年了。 Best regards, Alec Jang Kula wrote: > 1,它要支持命令行。 > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows .bat > 脚本一样的功能。 > 3,能够很好的调用c模块。 > 4,语言本身自带一个web服务器。可以直接做web应用。 > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > 要求 > > > ------------------------------------------------------------------------ > > _______________________________________________ > 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年06月14日 星期三 01:04
c也有csp,和jsp一样,hoho off topic了,sorry On 6/14/06, S.Z. <stone.zh at gmail.com> wrote: > c语言很复合要求。 > > 1 c语言支持命令行(不过我不太肯定这句话是什么意思)。 > 2 c语言有system语句, 支持操作系统命令。 > 3 调用c模块, 太简单了, 不可能更简单了。 > 4 c不带web服务器, 不过这不是太大问题, 用apache就很好, c可以直接写cgi。 > 5 转换exe绝无问题。 > > 另外补充一句, c语言已经问世好些年了。 > > Best regards, > Alec Jang > > > Kula wrote: > > 1,它要支持命令行。 > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows .bat > > 脚本一样的功能。 > > 3,能够很好的调用c模块。 > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > 要求 > > > > > > ------------------------------------------------------------------------ > > > > _______________________________________________ > > 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年06月14日 星期三 09:05
这些条件,难道说的不就是Python吗? 奇怪~ On Tue, 13 Jun 2006 11:13:08 +0800, Kula <kulasama at gmail.com> wrote: > 1,它要支持命令行。 > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > .bat脚本一样的功能。 > 3,能够很好的调用c模块。 > 4,语言本身自带一个web服务器。可以直接做web应用。 > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > 要求 -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
2006年06月14日 星期三 09:28
On 6/14/06, Leira Hua <lhua at altigen.com.cn> wrote: > 这些条件,难道说的不就是Python吗? 奇怪~ > 俺期望是 Z语言,可以使用各国母语直接编程的电算语言! ;-) > On Tue, 13 Jun 2006 11:13:08 +0800, Kula > <kulasama at gmail.com> wrote: > > > 1,它要支持命令行。 > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > > .bat脚本一样的功能。 > > 3,能够很好的调用c模块。 > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > 要求 > > > > -- > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > _______________________________________________ > 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 > -- """Time is unimportant, only life important! blogging : http://blog.zoomquiet.org/pyblosxom/ wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet in douban: http://www.douban.com/people/zoomq/ """
2006年06月14日 星期三 09:34
python转换成exe有些麻烦。而且好像不能直接调用系统命令. c语言不能象python那样直接在cmd上敲语句逐句执行 2006/6/14, Leira Hua <lhua at altigen.com.cn>: > > 这些条件,难道说的不就是Python吗? 奇怪~ > > On Tue, 13 Jun 2006 11:13:08 +0800, Kula > <kulasama at gmail.com> wrote: > > > 1,它要支持命令行。 > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > > .bat脚本一样的功能。 > > 3,能够很好的调用c模块。 > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > 要求 > > > > -- > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > _______________________________________________ > 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/20060614/5353cb0e/attachment.html
2006年06月14日 星期三 09:48
直接调用系统命令指的是什么? os.system os.popen等等算不算 在06-6-14,Kula <kulasama at gmail.com> 写道: > > python转换成exe有些麻烦。而且好像不能直接调用系统命令. > c语言不能象python那样直接在cmd上敲语句逐句执行 > -- I like Python & Linux. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060614/16153c2b/attachment.htm
2006年06月14日 星期三 13:23
就是is啊,tail啊,cp啊,del啊之类的 2006/6/14, Yun Xupeng <recordus at gmail.com>: > > 直接调用系统命令指的是什么? > os.system > os.popen等等算不算 > > 在06-6-14,Kula <kulasama at gmail.com> 写道: > > > > python转换成exe有些麻烦。而且好像不能直接调用系统命令. > > c语言不能象python那样直接在cmd上敲语句逐句执行 > > > > -- > I like Python & Linux. > > _______________________________________________ > 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/20060614/4e1d23c6/attachment.htm
2006年06月14日 星期三 20:52
中国不是有个"易语言"的东西吗? 都用中文写程序的,呵呵,也可以编译成exe。 2006/6/14, Zoom. Quiet <zoom.quiet at gmail.com>: > On 6/14/06, Leira Hua <lhua at altigen.com.cn> wrote: > > 这些条件,难道说的不就是Python吗? 奇怪~ > > > 俺期望是 Z语言,可以使用各国母语直接编程的电算语言! > ;-) > > > On Tue, 13 Jun 2006 11:13:08 +0800, Kula > > <kulasama at gmail.com> wrote: > > > > > 1,它要支持命令行。 > > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > > > .bat脚本一样的功能。 > > > 3,能够很好的调用c模块。 > > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > > 要求 > > > > > > > > -- > > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > > > _______________________________________________ > > 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 > > > > > -- > """Time is unimportant, only life important! > blogging : http://blog.zoomquiet.org/pyblosxom/ > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > in douban: http://www.douban.com/people/zoomq/ > """ > > _______________________________________________ > 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年06月15日 星期四 08:21
On 6/14/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote: > 中国不是有个"易语言"的东西吗? > 都用中文写程序的,呵呵,也可以编译成exe。 http://wiki.woodpecker.org.cn/moin/WhyNotChineseProgramme 那个根本是VB的包装器! 我说的母语是指此语言可以让全球各个国家的人都使用母语来快速编程 > > 2006/6/14, Zoom. Quiet <zoom.quiet at gmail.com>: > > On 6/14/06, Leira Hua <lhua at altigen.com.cn> wrote: > > > 这些条件,难道说的不就是Python吗? 奇怪~ > > > > > 俺期望是 Z语言,可以使用各国母语直接编程的电算语言! > > ;-) > > > > > On Tue, 13 Jun 2006 11:13:08 +0800, Kula > > > <kulasama at gmail.com> wrote: > > > > > > > 1,它要支持命令行。 > > > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > > > > .bat脚本一样的功能。 > > > > 3,能够很好的调用c模块。 > > > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > > > 要求 > > > > > > > > > > > > -- > > > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > > > > > _______________________________________________ > > > 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 > > > > > > > > > -- > > """Time is unimportant, only life important! > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > in douban: http://www.douban.com/people/zoomq/ > > """ > > > > _______________________________________________ > > 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 > > -- """Time is unimportant, only life important! blogging : http://blog.zoomquiet.org/pyblosxom/ wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet in douban: http://www.douban.com/people/zoomq/ """
2006年06月15日 星期四 13:46
哈哈,zoom的学识渊博阿! 刚好我《易经》也研究过了一段时间,呵呵,易语言确实糟蹋了那个深邃的"易"字。 不过你说的母语编程是不是现在的文学编程的下一代进化的产物呢?《易经》到现在已经被演绎成了n种理论了,一个"元亨利贞"就被孔子演绎出了几百字的《文言》出来,看来程序设计的理念也会按照这样的方向演绎下去的。 2006/6/15, Zoom. Quiet <zoom.quiet at gmail.com>: > On 6/14/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote: > > 中国不是有个"易语言"的东西吗? > > 都用中文写程序的,呵呵,也可以编译成exe。 > http://wiki.woodpecker.org.cn/moin/WhyNotChineseProgramme > 那个根本是VB的包装器! > > 我说的母语是指此语言可以让全球各个国家的人都使用母语来快速编程 > > > > > 2006/6/14, Zoom. Quiet <zoom.quiet at gmail.com>: > > > On 6/14/06, Leira Hua <lhua at altigen.com.cn> wrote: > > > > 这些条件,难道说的不就是Python吗? 奇怪~ > > > > > > > 俺期望是 Z语言,可以使用各国母语直接编程的电算语言! > > > ;-) > > > > > > > On Tue, 13 Jun 2006 11:13:08 +0800, Kula > > > > <kulasama at gmail.com> wrote: > > > > > > > > > 1,它要支持命令行。 > > > > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > > > > > .bat脚本一样的功能。 > > > > > 3,能够很好的调用c模块。 > > > > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > > > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > > > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > > > > 要求 > > > > > > > > > > > > > > > > -- > > > > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > > -- > > > """Time is unimportant, only life important! > > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > > in douban: http://www.douban.com/people/zoomq/ > > > """ > > > > > > _______________________________________________ > > > 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 > > > > > > > -- > """Time is unimportant, only life important! > blogging : http://blog.zoomquiet.org/pyblosxom/ > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > in douban: http://www.douban.com/people/zoomq/ > """ > > _______________________________________________ > 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年06月15日 星期四 17:37
所谓的易语言只能说是一个奇怪的IDE而已,其核心和VB的确区别不大。我倒是偶尔拿它来当玩具玩玩,有时也很好玩。 在 06-6-15,马踏飞燕<honeyday.mj at gmail.com> 写道: > 哈哈,zoom的学识渊博阿! > 刚好我《易经》也研究过了一段时间,呵呵,易语言确实糟蹋了那个深邃的"易"字。 > > 不过你说的母语编程是不是现在的文学编程的下一代进化的产物呢?《易经》到现在已经被演绎成了n种理论了,一个"元亨利贞"就被孔子演绎出了几百字的《文言》出来,看来程序设计的理念也会按照这样的方向演绎下去的。 > > 2006/6/15, Zoom. Quiet <zoom.quiet at gmail.com>: > > On 6/14/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote: > > > 中国不是有个"易语言"的东西吗? > > > 都用中文写程序的,呵呵,也可以编译成exe。 > > http://wiki.woodpecker.org.cn/moin/WhyNotChineseProgramme > > 那个根本是VB的包装器! > > > > 我说的母语是指此语言可以让全球各个国家的人都使用母语来快速编程 > > > > > > > > 2006/6/14, Zoom. Quiet <zoom.quiet at gmail.com>: > > > > On 6/14/06, Leira Hua <lhua at altigen.com.cn> wrote: > > > > > 这些条件,难道说的不就是Python吗? 奇怪~ > > > > > > > > > 俺期望是 Z语言,可以使用各国母语直接编程的电算语言! > > > > ;-) > > > > > > > > > On Tue, 13 Jun 2006 11:13:08 +0800, Kula > > > > > <kulasama at gmail.com> wrote: > > > > > > > > > > > 1,它要支持命令行。 > > > > > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > > > > > > .bat脚本一样的功能。 > > > > > > 3,能够很好的调用c模块。 > > > > > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > > > > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > > > > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > > > > > 要求 > > > > > > > > > > > > > > > > > > > > -- > > > > > Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ > > > > > > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > > > > > > > -- > > > > """Time is unimportant, only life important! > > > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > > > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > > > in douban: http://www.douban.com/people/zoomq/ > > > > """ > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > -- > > """Time is unimportant, only life important! > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > in douban: http://www.douban.com/people/zoomq/ > > """ > > > > _______________________________________________ > > 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年06月15日 星期四 17:40
难道你们不觉得做这个易语言的人值得敬佩么。即使真的那么像vb On 6/15/06, icebird <icebirds at gmail.com> wrote: > > 所谓的易语言只能说是一个奇怪的IDE而已,其核心和VB的确区别不大。我倒是偶尔拿它来当玩具玩玩,有时也很好玩。 > 在 06-6-15,马踏飞燕<honeyday.mj at gmail.com> 写道: > > 哈哈,zoom的学识渊博阿! > > 刚好我《易经》也研究过了一段时间,呵呵,易语言确实糟蹋了那个深邃的"易"字。 > > > > > 不过你说的母语编程是不是现在的文学编程的下一代进化的产物呢?《易经》到现在已经被演绎成了n种理论了,一个"元亨利贞"就被孔子演绎出了几百字的《文言》出来,看来程序设计的理念也会按照这样的方向演绎下去的。 > > > > 2006/6/15, Zoom. Quiet <zoom.quiet at gmail.com>: > > > On 6/14/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote: > > > > 中国不是有个"易语言"的东西吗? > > > > 都用中文写程序的,呵呵,也可以编译成exe。 > > > http://wiki.woodpecker.org.cn/moin/WhyNotChineseProgramme > > > 那个根本是VB的包装器! > > > > > > 我说的母语是指此语言可以让全球各个国家的人都使用母语来快速编程 > > > > > > > > > > > 2006/6/14, Zoom. Quiet <zoom.quiet at gmail.com>: > > > > > On 6/14/06, Leira Hua <lhua at altigen.com.cn> wrote: > > > > > > 这些条件,难道说的不就是Python吗? 奇怪~ > > > > > > > > > > > 俺期望是 Z语言,可以使用各国母语直接编程的电算语言! > > > > > ;-) > > > > > > > > > > > On Tue, 13 Jun 2006 11:13:08 +0800, Kula > > > > > > <kulasama at gmail.com> wrote: > > > > > > > > > > > > > 1,它要支持命令行。 > > > > > > > 2,支持操作系统命令。也就是说,要有相当于linux shell语言或者windows > > > > > > > .bat脚本一样的功能。 > > > > > > > 3,能够很好的调用c模块。 > > > > > > > 4,语言本身自带一个web服务器。可以直接做web应用。 > > > > > > > 5,然后。应该能够很方便的转换成exe文件。能够很容易的发布自己的程序。 > > > > > > > 不知道世面上有没有满足我的要求的语言。或者说最近几年会不会有语言满足这些 > > > > > > > 要求 > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > Using Opera's revolutionary e-mail client: > http://www.opera.com/mail/ > > > > > > > > > > > > _______________________________________________ > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > -- > > > > > """Time is unimportant, only life important! > > > > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > > > > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > > > > in douban: http://www.douban.com/people/zoomq/ > > > > > """ > > > > > > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > > > > > > > -- > > > """Time is unimportant, only life important! > > > blogging : http://blog.zoomquiet.org/pyblosxom/ > > > wiki enter: http://wiki.woodpecker.org.cn/moin/ZoomQuiet > > > in douban: http://www.douban.com/people/zoomq/ > > > """ > > > > > > _______________________________________________ > > > 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 > > -- Best Regards. Xiaodong Han MSN:hxdhan at hotmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060615/1c495343/attachment-0001.html
2006年06月15日 星期四 22:06
关注中 ----- Original Message ----- From: "齐辰雄" <qcxhome at gmail.com> To: <qutianrang at gmail.com>; <python-chinese at lists.python.cn> Sent: Tuesday, June 13, 2006 4:06 PM Subject: Re: Re: [python-chinese] 我对理想语言的要求 > 呵呵,Kula可以继续完善功能列表,也许你自己能创造这么个语言出来。 > -------------------------------------------------------------------------------- > _______________________________________________ > 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年06月16日 星期五 11:41
哎,你们就停留这个地方了,我希望的是不用书写代码!写个配置的参数,自动就OK了! 哈哈!你们的思想还停留在那个写代码的年代哈! ^&^ On 6/15/06, wangtao <itkingtao at 126.com> wrote: > > 关注中 > ----- Original Message ----- > From: "齐辰雄" <qcxhome at gmail.com> > To: <qutianrang at gmail.com>; <python-chinese at lists.python.cn> > Sent: Tuesday, June 13, 2006 4:06 PM > Subject: Re: Re: [python-chinese] 我对理想语言的要求 > > > > 呵呵,Kula可以继续完善功能列表,也许你自己能创造这么个语言出来。 > > > > > > -------------------------------------------------------------------------------- > > > > _______________________________________________ > > 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中文技术讨论邮件列表 发言: 发邮件到 python-chinese at lists.python.cn 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn 详细说明: http://python.cn/mailman/listinfo/python-chinese My webSite: http://www.scweb.cn -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060616/d6fb50e1/attachment.html
2006年06月16日 星期五 12:53
在 06-6-16,Lea. Cen<leacen at gmail.com> 写道: > 哎,你们就停留这个地方了,我希望的是不用书写代码!写个配置的参数,自动就>OK了! > 哈哈!你们的思想还停留在那个写代码的年代哈! ^&^ 以后直接用大脑想象,计算机就自动执行你想要做的事…… 哈哈,岂不更爽 -- 云电清华同方小民工
2006年06月16日 星期五 13:17
我理想中的语言:有python的语法,有delphi的组件,有C的速度,有visual stdio的ide就可以了。 On 6/16/06, 笨笨狗 <chen.ruijie at gmail.com> wrote: > > 在 06-6-16,Lea. Cen<leacen at gmail.com> 写道: > > 哎,你们就停留这个地方了,我希望的是不用书写代码!写个配置的参数,自动就>OK了! > > 哈哈!你们的思想还停留在那个写代码的年代哈! ^&^ > > > 以后直接用大脑想象,计算机就自动执行你想要做的事…… > 哈哈,岂不更爽 > > -- > 云电清华同方小民工 > > _______________________________________________ > 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://www.flyaflya.com powered by pygame+python -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060616/48acb59f/attachment.htm
Zeuux © 2025
京ICP备05028076号