Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77b277c

Browse files
authored
Merge pull request #42 from certik/intro
Update alpha stage expectation
2 parents c8daa20 + fe2fc66 commit 77b277c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/index_intro/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ date: 2023-07-28
55

66
LPython is a Python compiler that aims to provide optimized machine code by compiling type-annotated Python code. It offers several backends, including LLVM, C, C++, and WASM, which allow it to generate code into multiple target languages simultaneously. LPython's main focus is on speed and performance, and it achieves this through various features and optimizations.
77

8-
LPython is still in development (alpha stage) and may evolve further to encompass more extensive Python code and additional optimizations.
8+
LPython is in alpha stage (meaning it is expected that it can break when you
9+
use it and that you will find bugs --- please report them!) and will evolve
10+
further to encompass more extensive Python code and additional optimizations.
911
[LPython: Novel, Fast, Retargetable Python Compiler](https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/).
1012

1113
Main repository at GitHub:

0 commit comments

Comments
 (0)