Skip to content

Commit 71c683b

Browse files
authored
Merge branch 'main' into fixes
2 parents 848adc1 + aeb32d2 commit 71c683b

File tree

8 files changed

+611
-26
lines changed

8 files changed

+611
-26
lines changed

content/_index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,30 @@ Please vote on issues in our [issue tracker] that you want us to prioritize
6262
(feel free to create new ones if we are missing anything).
6363

6464

65+
## Links to other available Python compilers:
66+
Name | Total Contributors | Recent Contributors | Total stars
67+
--|--|--|--
68+
[Pytorch](https://github.com/pytorch/pytorch) | 2857 | 75 | 69253
69+
[Pyston](https://github.com/pyston/pyston) | 1263 | 2 | 2426
70+
[Jax](https://github.com/google/jax) | 523 | 60 | 24010
71+
[Cython](https://github.com/cython/cython) | 435 | 18 | 8168
72+
[Numba](https://github.com/numba/numba) | 306 | 25 | 8790
73+
[Cupy](https://github.com/cupy/cupy) | 286 | 15 | 7062
74+
[Taichi](https://github.com/taichi-dev/taichi) | 224 | 44 | 23503
75+
[Nuitka](https://github.com/Nuitka/Nuitka) | 138 | 36 | 9385
76+
[Pythran](https://github.com/serge-sans-paille/pythran) | 58 | 9 | 1912
77+
[Pypy.org](https://github.com/pypy/pypy.org) | 36 | 5 | 21
78+
[Weld](https://github.com/weld-project/weld) | 35 | 0 | 2945
79+
[LPython](https://github.com/lcompilers/lpython) | 34 | 28 | 141
80+
[Ironpython3](https://github.com/IronLanguages/ironpython3) | 33 | 5 | 2179
81+
[Pyccel](https://github.com/pyccel/pyccel) | 32 | 17 | 279
82+
[Pyjs](https://github.com/pyjs/pyjs) | 30 | 0 | 1123
83+
[Grumpy](https://github.com/google/grumpy) | 29 | 0 | 10580
84+
[Uarray](https://github.com/Quansight-Labs/uarray) | 22 | 1 | 98
85+
[Shedskin](https://github.com/shedskin/shedskin) | 20 | 7 | 701
86+
[Jython](https://github.com/jython/jython) | 18 | 4 | 897
87+
[Seq](https://github.com/seq-lang/seq) | 9 | 0 | 680
88+
[Hope](https://github.com/jakeret/hope) | 6 | 0 | 385
89+
[Transonic](https://github.com/fluiddyn/transonic) | 3 | 1 | 105
90+
6591
[issue tracker]: https://github.com/lcompilers/lpython/issues

content/benefits/benefit-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: "Just-In-Time (JIT)"
3-
icon: "fa fa-cogs"
3+
icon: "fa fa-clock"
44
---
55
LPython supports Just-in-time compilation which requires only decorating Python function with @lpython.

content/benefits/benefit-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Interoperability with CPython"
3-
icon: "fa fa-python"
3+
icon: "fa fa-cogs"
44
---
55
LPython offers seamless interoperability with CPython.
66
One can easily call functions in CPython libraries

content/benefits/benefit-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: "Open source"
33
icon: "fas fa-code-branch"
44
---
5-
LPython, being an open-source project, enjoys the advantages of cost-effectiveness, transparency, community collaboration, flexibility, rapid bug resolution, enhanced security, sustainability, knowledge exchange, worldwide support.
5+
LPython, being an open-source project, enjoys the advantages of community collab, transparency, rapid bug resolution, enhanced security, knowledge exchange and more.

0 commit comments

Comments
 (0)