diff --git a/README.md b/README.md index d8655e5026..8da0b6de0d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # LPython -LPython is a Python compiler. It is in heavy development, currently in pre-alpha stage. LPython works on Windows, macOS and Linux. Some of the goals of LPython include: +LPython is a Python compiler. It is in heavy development, currently in alpha +stage. LPython works on Windows, macOS and Linux. Some of the goals of LPython +include: - The best possible performance for numerical, array-oriented code - Run on all platforms @@ -14,6 +16,13 @@ LPython is a Python compiler. It is in heavy development, currently in pre-alpha And more. +# Sponsors + +LPython has been sponsored by [GSI Technology](https://www.gsitechnology.com/). +Our summer students were sponsored by Google Summer of Code via Python Software +Foundation. The intermediate representation and backends are shared with +LFortran, see that project for a list of sponsors. + # Installation ## Step 0: Prerequisites