Python论坛  - 讨论区

标题:Re: Re: [python-chinese] [Fwd: Re: 用 Python 来扩展 .net 程序]

2005年05月12日 星期四 10:00

Carambo qutr at tjub.com.cn
Thu May 12 10:00:21 HKT 2005

很想试试 IronPython 不知道哪里可以获得?


Carambo , qutr at tjub.com.cn 
2005-5-12 
----- 收到以下来信内容 ----- 
发件人: March Liu 
收件人: python-chinese 
时  间: 2005-05-12, 09:56:31
主  题: Re: [python-chinese] [Fwd: Re: 用 Python 来扩展 .net 程序]


如果不需要CPython的第三方资源,IronPython的集成性更好,它的解释器可以在CLR中无缝调用。在IronPython的Mail
List上可以见到这方面的例子。

2005/5/12, Wayne Wood <wuwei00 at 126.com>:
> 
> 
> 
> 
> ---------- 已转发邮件 ----------
> From: Wayne Wood <wuwei00 at 126.com>
> To: python-chinese at lists.python.cn
> Date: Thu, 12 May 2005 09:44:59 +0800
> Subject: Re: 用 Python 来扩展 .net 程序
> 我这里也是(4 封),如果客户端支持的话,当然可以进行过滤了
> 
> 另,我最近在考虑一个软件,初步的想法是 VB.NET 写界面,然后核心的逻辑用 Python
> 因为没有特别的效率需求,只是一些任务调度和数据库的操作,我想 Python 足够了
> 如果有些部分不行,就想办法用 C 扩展了
> 
> .net 托管代码和 Python 的集成我查到了 Python for .NET 和 IronPython
> 两者还是有些区别的
> 
> 我是想继续 Python 解释执行的特点,在 .net 程序中内嵌解释器运行 Python 脚本
> 大家有没有什么好的建议,这里先谢过了 :)


-- 
欢迎访问:
http://blog.csdn.net/ccat

刘鑫
March.Liu
_______________________________________________
python-chinese list
python-chinese at lists.python.cn
http://python.cn/mailman/listinfo/python-chinese
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050512/acdae827/attachment.html

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

2005年05月12日 星期四 10:27

Wayne Wood wuwei00 at 126.com
Thu May 12 10:27:27 HKT 2005

An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050512/ee0f9124/attachment.html

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

2005年05月12日 星期四 10:48

Tangram Liu langram at gmail.com
Thu May 12 10:48:19 HKT 2005

http://workspaces.gotdotnet.com/ironpython

Carambo 写道:

> 很想试试 IronPython 不知道哪里可以获得?
> Carambo, qutr at tjub.com.cn qutr at tjub.com.cn>
> 2005-5-12
>
>     ----- 收到以下来信内容 -----
>     *发件人:* March Liu march.liu at gmail.com>
>     *收件人:* python-chinese python-chinese at lists.python.cn>
>     *时 间:* 2005-05-12, 09:56:31
>     *主 题:* Re: [python-chinese] [Fwd: Re: 用 Python 来扩展 .net 程序]
>
>     如果不需要CPython的第三方资源,IronPython的集成性更好,它的解释器
>     可以在CLR中无缝调用。在 IronPython的Mail
>     List上可以见到这方面的例子。
>
>     2005/5/12, Wayne Wood <wuwei00 at 126.com 20wuwei00 at 126.com>>:
>     >
>     >
>     >
>     >
>     > ---------- 已转发邮件 ----------
>     > From: Wayne Wood <wuwei00 at 126.com 20wuwei00 at 126.com>>
>     > To: python-chinese at lists.python.cn
>     20python-chinese at lists.python.cn>
>     > Date: Thu, 12 May 2005 09:44:59 +0800
>     > Subject: Re: 用 Python 来扩展 .net 程序
>     > 我这里也是(4 封),如果客户端支持的话,当然可以进行过滤了
>     >
>     > 另,我最近在考虑一个软件,初步的想法是 VB.NET 写界面,然后核心的
>     逻辑用 Python
>     > 因为没有特别的效率需求,只是一些任务调度和数据库的操作,我想
>     Python 足够了
>     > 如果有些部分不行,就想办法用 C 扩展了
>     >
>     > .net 托管代码和 Python 的集成我查到了 Python for .NET 和 IronPython
>     > 两者还是有些区别的
>     >
>     > 我是想继续 Python 解释执行的特点,在 .net 程序中内嵌解释器运行
>     Python 脚本
>     > 大家有没有什么好的建议,这里先谢过了 :)
>
>
>     -- 
>     欢迎访问:
>     http://blog.csdn.net/ccat
>
>     刘鑫
>     March.Liu
>     _______________________________________________
>     python-chinese list
>     python-chinese at lists.python.cn
>     20python-chinese at lists.python.cn>
>     http://python.cn/mailman/listinfo/python-chinese
>
>------------------------------------------------------------------------
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese
>  
>

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

2005年05月12日 星期四 11:11

Tangram Liu langram at gmail.com
Thu May 12 11:11:32 HKT 2005

另外ironpython的速度很快,我用pystone.py做测试,在我的xp3200+上的得分分别为:

python2.3 44xxx
python2.4 47xxx
ironpython 0.74 68xxx


05-5-12,Tangram Liu <langram at gmail.com> 写道:
> 
> http://workspaces.gotdotnet.com/ironpython
> 
> Carambo 写道:
> 
> > 很想试试 IronPython 不知道哪里可以获得?
> > Carambo, qutr at tjub.com.cn qutr at tjub.com.cn>
> > 2005-5-12
> >
> > ----- 收到以下来信内容 -----
> > *发件人:* March Liu march.liu at gmail.com>
> > *收件人:* python-chinese python-chinese at lists.python.cn>
> > *时 间:* 2005-05-12, 09:56:31
> > *主 题:* Re: [python-chinese] [Fwd: Re: 用 Python 来扩展 .net 程序]
> >
> > 如果不需要CPython的第三方资源,IronPython的集成性更好,它的解释器
> > 可以在CLR中无缝调用。在 IronPython的Mail
> > List上可以见到这方面的例子。
> >
> > 2005/5/12, Wayne Wood <wuwei00 at 126.com 20wuwei00 at 126.com>>:
> > >
> > >
> > >
> > >
> > > ---------- 已转发邮件 ----------
> > > From: Wayne Wood <wuwei00 at 126.com 20wuwei00 at 126.com>>
> > > To: python-chinese at lists.python.cn
> > 20python-chinese at lists.python.cn>
> > > Date: Thu, 12 May 2005 09:44:59 +0800
> > > Subject: Re: 用 Python 来扩展 .net 程序
> > > 我这里也是(4 封),如果客户端支持的话,当然可以进行过滤了
> > >
> > > 另,我最近在考虑一个软件,初步的想法是 VB.NET <http://VB.NET> 写界面,然后核心的
> > 逻辑用 Python
> > > 因为没有特别的效率需求,只是一些任务调度和数据库的操作,我想
> > Python 足够了
> > > 如果有些部分不行,就想办法用 C 扩展了
> > >
> > > .net 托管代码和 Python 的集成我查到了 Python for .NET 和 IronPython
> > > 两者还是有些区别的
> > >
> > > 我是想继续 Python 解释执行的特点,在 .net 程序中内嵌解释器运行
> > Python 脚本
> > > 大家有没有什么好的建议,这里先谢过了 :)
> >
> >
> > --
> > 欢迎访问:
> > http://blog.csdn.net/ccat
> >
> > 刘鑫
> > March.Liu
> > _______________________________________________
> > python-chinese list
> > python-chinese at lists.python.cn
> > 20python-chinese at lists.python.cn>
> > http://python.cn/mailman/listinfo/python-chinese
> >
> >------------------------------------------------------------------------
> >
> >_______________________________________________
> >python-chinese list
> >python-chinese at lists.python.cn
> >http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050512/af98b871/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号