LPython - नया हाई-स्पीड Python कंपाइलर
(lpython.org)- टाइप annotations वाले Python code को optimized code में compile करने वाला compiler
- machine code (LLVM), C, C++, WASM आदि कई backend का समर्थन
- device-independent (Machine Independent) code optimization
- AoT(Ahead-of-Time) compilation के अलावा
@lpythondecorator जोड़कर JIT(Just-In-Time) compilation का भी समर्थन - CPython के साथ interoperability प्रदान करता है, जिससे NumPy/TensorFlow/PyTorch/Matplotlib जैसी मौजूदा libraries और tools को वैसे ही इस्तेमाल किया जा सकता है
- optimization flags लागू करके बने build outputs पर विभिन्न algorithm benchmarks चलाने के परिणाम में प्रतिस्पर्धी execution time दिखा
- अभी alpha version है, इसलिए bugs हो सकते हैं
- open source (BSD license)
- Github: https://github.com/lcompilers/lpython
- ब्लॉग की घोषणा पोस्ट: LPython: Novel, Fast, Retargetable Python Compiler
1 टिप्पणियां
Mojo, py11 ही काफ़ी नहीं हैं क्या lol