Skip to content

Commit 55c4acc

Browse files
committed
Fix a link
1 parent af75ac2 commit 55c4acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/index_intro/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ date: 2023-07-28
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

88
LPython is still in development (alpha stage) and may evolve further to encompass more extensive Python code and additional optimizations.
9-
[LPython: Making Python faster with LLVM](/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/).
9+
[LPython: Novel, Fast, Retargetable Python Compiler](https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/).
1010

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

0 commit comments

Comments
 (0)