Skip to content

Commit 2dd41d7

Browse files
authored
Add purescript-python to 'Alternate Backends' (#294)
1 parent 4fb5b1d commit 2dd41d7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

ecosystem/Alternate-backends.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ There are various alternatives to `psc`'s default JavaScript backend:
99

1010
## Alpha Quality
1111

12-
| source code | PS version | Target |
13-
|:----------------------------------------------------------------------------------------|:-----------|:--------------|
14-
| [andyarvanitis/purescript-clojure](https://github.com/andyarvanitis/purescript-clojure) | | Clojure (JVM) |
15-
| [csicar/pskt](https://github.com/csicar/pskt) | | Kotlin |
16-
| [pure-c/pure-c](https://github.com/pure-c/pure-c) | | C (Clang) |
17-
| [epost/psc-query](https://github.com/epost/psc-query) | 0.11.7 | Datalog |
18-
| [tfausak/thran](https://github.com/tfausak/thran) | 0.11.6 | Haskell (GHC) |
19-
| [paulyoung/pureswift](https://github.com/paulyoung/pureswift) | | Swift |
12+
| source code | PS version | Target |
13+
|:----------------------------------------------------------------------------------------------|:-----------|:--------------|
14+
| [andyarvanitis/purescript-clojure](https://github.com/andyarvanitis/purescript-clojure) | | Clojure (JVM) |
15+
| [csicar/pskt](https://github.com/csicar/pskt) | | Kotlin |
16+
| [pure-c/pure-c](https://github.com/pure-c/pure-c) | | C (Clang) |
17+
| [purescript-python/purescript-python](https://github.com/purescript-python/purescript-python) | 0.13.x | Python >= 3.5 |
18+
| [epost/psc-query](https://github.com/epost/psc-query) | 0.11.7 | Datalog |
19+
| [tfausak/thran](https://github.com/tfausak/thran) | 0.11.6 | Haskell (GHC) |
20+
| [paulyoung/pureswift](https://github.com/paulyoung/pureswift) | | Swift |
2021

2122
## Stale
2223

0 commit comments

Comments
 (0)