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

Skip to content

Rework the front page #43

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions content/index_intro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ headless: true
date: 2023-07-28
---

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

LPython is in alpha stage (meaning it is expected that it can break when you
use it and that you will find bugs --- please report them!) and will evolve
further to encompass more extensive Python code and additional optimizations.
[LPython: Novel, Fast, Retargetable Python Compiler](https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/).
LPython is in alpha stage (meaning users enthusiastically participate in bug
reporting and fixing). LPython will compile more of Python in the future, and
accumulate more optimizations, experimental and production-ready. LPython makes
it easy to write new back-ends for custom, exotic, or unusual hardware.
Release blog post: [LPython: Novel, Fast, Retargetable Python Compiler](https://lpython.org/blog/2023/07/lpython-novel-fast-retargetable-python-compiler/).

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