# LPython - 새로운 고속 Python 컴파일러

> Clean Markdown view of GeekNews topic #10063. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=10063](https://news.hada.io/topic?id=10063)
- GeekNews Markdown: [https://news.hada.io/topic/10063.md](https://news.hada.io/topic/10063.md)
- Type: news
- Author: [kunggom](https://news.hada.io/@kunggom)
- Published: 2023-07-30T00:36:50+09:00
- Updated: 2023-07-30T00:36:50+09:00
- Original source: [lpython.org](https://lpython.org)
- Points: 12
- Comments: 1

## Topic Body

- 타입 주석이 있는 Python 코드를 최적화된 코드로 컴파일하는 컴파일러  
- 기계어(LLVM), C, C++, WASM 등 여러 백엔드 지원  
- 기기 독립적인(Machine Independent) 코드 최적화  
- AoT(Ahead-of-Time) 컴파일 외에도 `@lpython` 데코레이터 추가를 통한 JIT(Just-In-Time) 컴파일 지원  
- CPython과의 상호 운용성을 제공하여, NumPy/TensorFlow/PyTorch/Matplotlib 등 기존 라이브러리 및 도구를 그대로 사용 가능  
- 최적화 플래그를 적용한 빌드 결과물로 각종 알고리즘 벤치마크를 실행한 결과, 경쟁력 있는 실행시간을 보여줌  
- 아직 알파 버전이므로 버그 있을 수 있음  
- 오픈소스(BSD 라이선스)  
- Github: https://github.com/lcompilers/lpython  
- 블로그의 발표 글: [LPython: Novel, Fast, Retargetable Python Compiler](https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/)

## Comments



### Comment 17766

- Author: newkini
- Created: 2023-07-30T09:53:13+09:00
- Points: 1

모조, py11도 충분하지 않나 ㅋㅋ
