Skip to content
Open
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
1 change: 1 addition & 0 deletions ecosystem/Alternate-backends.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ There are various alternatives to `psc`'s default JavaScript backend:
| source code | PS version | Target | Usability |
|:--------------------------------------------------------------------------------------|:-----------|:--------------|:-------------------------------|
| [andyarvanitis/purescript-native](https://github.com/andyarvanitis/purescript-native) | 0.14.x | C++11 or Go | all applicable tests in `purescript/tests/purs/passing` are passing |
| [purescm/purescm](https://github.com/purescm/purescm) | | Chez Scheme | |
| [purerl/purerl](https://github.com/purerl/purerl) | 0.15.14 | Erlang | |
| [pure-c/purec](https://github.com/pure-c/purec) | | C (Clang) | |
| [purenix-org/purenix](https://github.com/purenix-org/purenix) | 0.14.4 | Nix | |
Expand Down