CodeZineは、株式会社翔泳社が運営するソフトウェア開発者向けのWebメディアです。「デベロッパーの成長と課題解決に貢献するメディア」をコンセプトに、現場で役立つ最新情報を日々お届けします。
IronPython 2.0α1は、MIX07と時を合わせて4月30日にリリースされた。IronPython 1.1との違いを簡単に表にしてみる。 項目 IronPython 2.0α1 IronPython 1.1 組み込み済みのモジュール数 (sys.builtin_module_namesの数) 28 30 標準時の文字列に対するメソッド数 ( len(dir(“”))を実行 ) 68 ...
Pythonという言語は、異なるモジュール同士をつなぐ”糊”(glue)のような役割を持つ側面がある。それは、IronPythonが、Pythonの資産と.NETの資産を扱えることからも分かる。 またそういった側面と動的言語の柔軟性から、PythonおよびIronPythonは組み込みにもよく ...
The Python programming language has been around for a while now and has grown in popularity along with the PHP language. Now Microsoft has an alpha release of Python variation for the .NET Platform.