From 14b8249cd8be281ab35d3bd48984ce9684c0c84d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 31 Jul 2023 06:46:53 -0500 Subject: [PATCH 1/3] Add a list of sponsors --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d8655e5026..68f5f9ad6d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ 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/). +Other sponsors: + +* 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 From ebd989033366c934b559537b33d24380670750cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 31 Jul 2023 06:47:16 -0500 Subject: [PATCH 2/3] Clarify alpha stage --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f5f9ad6d..611a6e9bc3 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 From 3fd2d2fdd6521c0a8ded60081d25912a6eeaf941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 31 Jul 2023 06:48:54 -0500 Subject: [PATCH 3/3] Make the text flow more smoothly --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 611a6e9bc3..8da0b6de0d 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,9 @@ And more. # Sponsors LPython has been sponsored by [GSI Technology](https://www.gsitechnology.com/). -Other sponsors: - -* 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. +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