开发者

What can be done in Cpython that can not be done in IronPython?

开发者 https://www.devze.com 2022-12-23 17:30 出处:网络
What can be done in Cpython that can not be done 开发者_如何学Goin IronPython?If you are writing \"100% pure Python\", you can do everything that CPython can do in IronPython.The problem comes in when

What can be done in Cpython that can not be done 开发者_如何学Goin IronPython?


If you are writing "100% pure Python", you can do everything that CPython can do in IronPython. The problem comes in when you want to use a third-party package. Many of them will have written their performance-intensive portions in C, and rely on the Python/C API (e.g. NumPy).

As a glue language for hooking together .NET components, IronPython is great.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号