- 浏览: 118759 次
- 性别:
最近访客 更多访客>>
文章分类
最新评论
-
差沙:
应该有django的Model
metaclass in python (part 1) -
beyking:
哈哈,恭喜
老子毕业了 -
towjzhou:
晕死,这种符号能打出来吗?
新的 pep ! -
xlp223:
好,需要这样的例子。自己用只能是从文档中获取一些,高级的用法, ...
SQLAlchemy Examples -
xlp223:
sql是个基础,脱离它去谈orm,有如纸上谈兵。
强大的 sqlalchemy
IronPython 1.0 的发布,在邮件列表中引起了很多争论 ,有的人担心 IronPython 会污染了 CPython 标准的纯洁,也有人希望 IronPython 的兴起会给 Python 社区注入新的力量。
而在我看来,这些争论归根到底,就是一个兼容性的问题。在 .net 程序员看来,它是 IronPython 和 .net 的兼容性,和其它 .net 程序的互操作性如何;而在 python 程序员看来,它就是 IronPython 和 CPython 的兼容性了,和 其它 python 程序互操作性如何。
在 IronPython 与 CPython 2.4.3 的兼容性问题上,有这么一份详细的比较文档 官网下载 啄木鸟下载 。其中除了众多细小的区别外,在我看来比较重要的几点有:
不管兼容问题如何,我都不同意所谓 IronPython 污染 Python 之类的说法。是说 IronPython 会让 本来的 python 程序员转向 IronPython 从而导致 Python 社区的分离吗?不管 IronPython 和 CPython 在语法上是如何的接近,让一个不了解 .net框架的 CPython 程序员转向 IronPython ,其难度怎么也算得上是学习半个语言了。因为这就是 .net ,.net框架 对多语言支持好,但实际上众多语言写出的 .net 程序都是一个模子里出来的。
所以 python 程序员的选择应该是很明确的:如果你需要在 .net框架下工作,那 IronPython 是你的不二选择,否则,就完全没有必要使用 IronPython 了,使用 CPython 还有个跨os平台的优势,何乐而不为呢。
至于 IronPython 和 .net 之间的问题应该不大,不是很清楚,也不想做评论。
而在我看来,这些争论归根到底,就是一个兼容性的问题。在 .net 程序员看来,它是 IronPython 和 .net 的兼容性,和其它 .net 程序的互操作性如何;而在 python 程序员看来,它就是 IronPython 和 CPython 的兼容性了,和 其它 python 程序互操作性如何。
在 IronPython 与 CPython 2.4.3 的兼容性问题上,有这么一份详细的比较文档 官网下载 啄木鸟下载 。其中除了众多细小的区别外,在我看来比较重要的几点有:
Some CPython built-in extension modules do not exist in IronPython:
_bisect _codecs_hk audioop _multibytecodec parser array msvcrt _codecs_kr |
_heapq _codecs_jp imageop mmap _subprocess _codecs_tw regex
|
zipimport xxsubtype _codecs_cn md5 _codecs_iso2022 rgbimg _csv |
signal _hotshot sha cmath _symtable _winreg strop |
The doctest module does not run in IronPython.
IronPython doesn’t support the select module.
IronPython has no os.system function.
不管兼容问题如何,我都不同意所谓 IronPython 污染 Python 之类的说法。是说 IronPython 会让 本来的 python 程序员转向 IronPython 从而导致 Python 社区的分离吗?不管 IronPython 和 CPython 在语法上是如何的接近,让一个不了解 .net框架的 CPython 程序员转向 IronPython ,其难度怎么也算得上是学习半个语言了。因为这就是 .net ,.net框架 对多语言支持好,但实际上众多语言写出的 .net 程序都是一个模子里出来的。
所以 python 程序员的选择应该是很明确的:如果你需要在 .net框架下工作,那 IronPython 是你的不二选择,否则,就完全没有必要使用 IronPython 了,使用 CPython 还有个跨os平台的优势,何乐而不为呢。
至于 IronPython 和 .net 之间的问题应该不大,不是很清楚,也不想做评论。
发表评论
-
如何在醉酒的情况下编写正确的程序
2007-06-22 09:12 1308答案很简单:Test Driven。哈哈,这个(http:// ... -
Evolution of a Python programmer
2007-05-26 07:51 1379http://dis.4chan.org/read/prog/ ... -
Python and vim: Two great tastes that go great together
2007-05-26 08:29 1710Python and vim: Two great taste ... -
字典与动态语言
2007-03-19 10:18 1392字典(或者叫哈希表、关联数组..)与动态语言的渊源可谓极深。动 ... -
使用 python 模拟 ruby 的 open class
2007-01-27 11:42 1303老早就写了这些代码,但一直懒得为它写篇博客,我觉得我永远也无法 ... -
do it runtime
2007-01-20 11:19 2650第一次从静态语言到动态语言的人肯定在思维上需要 ... -
PLY: 一个以教学为目的的lex、yacc实现
2006-09-16 12:37 3847官方网站 想学或正在学编译原理的同学可不要错过了,要是上个学期 ... -
意外收获:get_caller
2006-09-16 14:01 1241阅读 PLY 的 lex.py 的时候 ... -
python is obvious !
2006-09-18 17:40 1361初识 python 的时候常常会被一些陌生的概念绊倒,而当熟悉 ... -
Be Pythonic
2006-10-19 03:05 1134Be PythonicWhat is PythonicPyth ... -
a python tutorial
2006-12-04 08:01 1491A Very Brief Introduction To Py ... -
metaclass in python (part 1)
2006-12-12 14:15 2671python 的东西虽然概念上容易理解 ,但是实际用起来却也不 ... -
metaclass in python (part 2)
2006-12-12 14:24 1801接着上一篇的讲。 现在我们知道了,metaclass 生 c ... -
python types and objects
2006-12-16 14:02 1337在探寻 metaclass 的过程 ... -
selfless python
2006-12-18 04:07 1094Eliminating self with Metaclass ... -
python virtual machines
2006-12-24 13:22 1490Jython,IronPython,PyPy。 ... -
理解 python 的 method 和 function 兼谈 descriptor
2007-01-01 07:34 4971总是看到有人对 python 中的 method 和 func ... -
写了个方便下载 tudou 网视频的小程序
2007-01-09 12:26 1760http://huangyilib.googlecode.co ... -
Build extensible application with egg
2007-01-17 02:49 1784在 python 社区中 egg 已经 ...
相关推荐
TL 81000-2021 Electromagnetic Compatibility of Electronic Components for Motor Vehicles
"TL 81000 Electromagnetic Compatibility of Electronic Component" TL 81000 Electromagnetic Compatibility of Electronic Component是德国大众汽车集团(Volkswagen Group)发布的一项技术标准,旨在确保汽车...
Modeling and Design of Electromagnetic Compatibility for High-Speed Printed Circuit Boards and Packaging 英文epub 本资源转载自网络,如有侵权,请联系上传者或csdn删除 查看此书详细信息请在美国亚马逊...
可以通过微软自己的Microsoft Application Compatibility Toolkit 5.5将信任程序加入系统白名单。使用方法: 1. 安装后得到三个程序,我们需要使用管理员权限启动Compatibility Administrator; 2. 在Custom ...
STM32系列是意法半导体(STMicroelectronics)推出的一款基于ARM Cortex-M内核的微控制器,被广泛应用在各种嵌入式系统设计中。本文将深入探讨STM32的F1、F2和F4系列之间的兼容性差异,以及它们各自的特点,为STM32...
3.1. Managed API Compatibility 3.1.1. Android Extensions 3.2. Soft API Compatibility 3.2.1. Permissions 3.2.2. Build Parameters 3.2.3. Intent Compatibility 3.2.3.1. Core Application Intents 3.2.3.2. ...
This section details the software aspects of compatibility for Android 4.0, including managed APIs, soft APIs, native APIs, web compatibility, API behavioral compatibility, and more. ##### 3.1 ...
Even if you know enough to be productive, there are a number of features that can take you to the next level in Python. Pro Python, Second Edition explores concepts and features normally left to ...
IronPython14 PyPy15 ModernapproachestoPythondevelopment16 Application-levelisolationofPythonenvironments17 Whyisolation?19 Popularsolutions21 virtualenv21 venv23 buildout24 Whichonetochoose 共499页
它提供实用函数来消除 Python 版本之间的差异,目的是编写在两个 Python 版本上兼容的 Python 代码。 有关所提供内容的更多信息,请参阅文档。 六个支持 Python 2.7 和 3.3+。 它只包含在一个 Python 文件中,因此...
等离子体沉积亲/疏水性SiCOH膜层血液相容性研究,王贵学,张勤,采用低温等离子沉积技术在Si片表面沉积SiCOH膜层,等离子体反应单体为三甲基硅烷(trimethylchlorosilane,TMS)和氧气。通过控制TMS与O2的流
赠送jar包:flink-hadoop-compatibility_2.11-1.10.0.jar; 赠送原API文档:flink-hadoop-compatibility_2.11-1.10.0-javadoc.jar; 赠送源代码:flink-hadoop-compatibility_2.11-1.10.0-sources.jar; 赠送Maven...
It is often used as a scripting language because of its forgiving syntax and compatibility with a wide variety of different eco-systems. Its flexible syntax enables developers to write short scripts ...
Your task is to clean the data, reformat the fi le for GIS compatibility, and summarize the data by determining what percent of the native Bird Species appear in the inventory and map the results....
《电磁兼容原理与应用》是一本深入探讨电磁兼容(Electromagnetic Compatibility,简称EMC)领域的专业教材。在现代电子设备日益复杂的环境下,理解和掌握EMC的知识变得至关重要,因为这直接影响到设备的正常运行和...
Since 2008, the Python world has been watching the slow evolution of Python 3. It was always known that the adoption of Python 3 would likely take a long time. In fact, even at the time of this ...