PureScript Python update to v0.13.8

PureScript Python is now on the latest upstream, v0.13.8!

Special thanks to @Hong-Xiang , as he did a lot of testing works. Now we have supported a large number of libraries like purescript-quickcheck, purescript-ordered-collections, etc., and even passed the as-is test cases provided by those libraries, see purescript-python/passing for more details.

We now also have an one-liner install script, if you already have purescript toolchains(spago, purescript) and python pip installed, you can install pspy in this way:

curl -fsSL https://raw.githubusercontent.com/purescript-python/installer/master/install.sh | bash

Looking forward to any suggestions and contributions!

Finally, we’d like to ask how to take a position in the actively maintained backends?

9 Likes

I want to get some tweet likes here to motivate me!

Could you give me a hand?

2 Likes

Finally, we’d like to ask how to take a position in the actively maintained backends ?

I think you just submit a PR to that repo.

1 Like

Thanks, will do this!