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

Skip to content

Commit 06c99c7

Browse files
authored
Merge pull request #43 from certik/front_page
Rework the front page
2 parents 77b277c + 55e86a2 commit 06c99c7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

content/index_intro/index.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ headless: true
33
date: 2023-07-28
44
---
55

6-
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.
6+
LPython aggressively optimizes type-annotated Python code. It has several
7+
backends, including LLVM, C, C++, and WASM. LPython’s primary tenet is speed.
78

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.
11-
[LPython: Novel, Fast, Retargetable Python Compiler](https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/).
9+
LPython is in alpha stage (meaning users enthusiastically participate in bug
10+
reporting and fixing). LPython will compile more of Python in the future, and
11+
accumulate more optimizations, experimental and production-ready. LPython makes
12+
it easy to write new back-ends for custom, exotic, or unusual hardware.
13+
Release blog post: [LPython: Novel, Fast, Retargetable Python Compiler](https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/).
1214

1315
Main repository at GitHub:
1416
[https://github.com/lcompilers/lpython](https://github.com/lcompilers/lpython)

0 commit comments

Comments
 (0)