Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PythonスクリプトをCに変換するためのさまざまなツールは何ですか。私は主にそのようなツール/コンバーター/インタープリターの速度に注目しています。
ありがとう、-J
cythonはあなたが探しているものですhttp://www.cython.org/
Mark DufourのShedskinは興味深い代替手段であり、Pythonの大規模なサブセットを解析し、それをC++に変換できます。プロジェクトには本当に良いブログもあります
Pypyを使用して、Python言語のサブセットをCに翻訳できます。