Taine Zhao

Results 334 comments of Taine Zhao

@Hong-Xiang Thanks for your attention. > is strange in normal python There're likely to have no special meaning when you found there're some non-idiomatic python code in a FFI provider...

@Hong-Xiang > I'm wondering if I can do something helpful to this project, but I'm not familiar with PL or compile things, so I tried to find some simpler things...

@vanceism7 I'd appreciate your contributions, and your other design ideas are pretty good like adding mirrors via CLI are pretty good. If you have problems with Python coding, just say...

Very sorry but I can only reply in details tomorrow. Typing English with mobile phone is kind of difficult with my input. Some short hints: > What's the proper workflow...

Hello Alex, we haven't considered Aff yet but we should do this, and will do this later. In this summer I can take some time for this.

We can write a script to convert each directory in https://github.com/purescript/purescript/tree/master/tests/purs/passing to a Spago project, like this one: https://github.com/purescript-python/example-hw And then we can run `spago run` to get output in...

Thanks for this clarified bug report. I'm sorry that PureScript Python is currently outdated and only works with older purescript compilers and package-sets.

@akazukin5151 What is your Python version? Runtime segfaults seem to be caused by incorrect bytecode generation.

Python 3.8 is the maximum supported version. Besides, version 0.13.8 is the latest supported PureScript compiler: https://github.com/purescript-python/purescript-python/blob/de37323b8803d73310455d26c57edd7b1a53f553/stack.yaml#L6

You are welcome. > We should at least mention the version requirements in the README? Yes. Maybe you send a PR? I personally do not want to work further on...