LoginSignup
1
0

lpython: llvmでNativeコンパイル可能な型付Python派生言語

Posted at

あけましておめでとうございます。

時間がないので、おいおい加筆・修正する予定です。=> この記事は、紹介だけ。

lpythonなる派生Pythonが出現しています。
未だ、よく読めていませんが、PythonをNativeコンパイルできるようです。
JITコンパイラも備えているみたい。

URL

  1. https://lpython.org/
  2. https://github.com/lcompilers/lpython
名前 書き換え必要か? Native JIT MEMO
Cython No Yes No
PyPy No No Yes
lpython No? Yes? Yes?
mojo YES Yes No?
codon import部の書き換えが必要 Yes No

私が高速化に使っているのは主にCythonで、時々PyPyを使用。
今後、選択肢にlpythonが加わってくれる事を願っています。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0