Taine Zhao

Results 119 issues of Taine Zhao

``` File "C:\Users\twshe\Desktop\tutorials\hello-bili\.spago\effect\v2.0.1\src\Effect.purs", line 1, in hello_bili.Effect.pure -- | This module provides the `Effect` type, which is used to represent KeyError: 'bindE' ``` This is because in such a python...

https://github.com/purescript/purescript/tree/master/tests/purs/passing It's kind of vague as no expected behaviour checking over there. I'll take it as "executed successfully then passed"

https://bugs.python.org/issue34850 Avoid the warning for the use of `is`.

Please check the most difficult project I've finished in github: https://github.com/thautwarm/reFining/blob/master/DotNet/reFining/reFining/infr.fs I can solve the problem you ask in QQ recently about value restrictions. The tests indicates something meaningful: https://github.com/thautwarm/reFining/blob/master/DotNet/reFining/test/Tests.fs...

trying to make big news

To achieve the goal about Python optimization on VM level, we should allow users to extend YAPyPy compiler within a convenient and concise way. Some extra information would be presented...

Without staging optimization, RBNF seems to be much slower than original CPython parser(with CPython parser, `import sklearn` costs 2~3 seconds, and RBNF costs almost 10 seconds). Staging optimization makes RBNF...

https://www.python.org/dev/peps/pep-0572/ https://www.python.org/dev/peps/pep-0505/

enhancement
help wanted

I'm now happy with Fable's reflection, which allows me to do what [pydantic](https://github.com/samuelcolvin/pydantic) does in the python world. However I want to step further. I want to allow syntax sugars...

```F# type S = S of string let s = sprintf "%A" (S "1") ``` `s` equals to `"S 1"` in Fable.Python, and it is `"S \"1\""` in F# .NET.

```fsharp let i = 123 $"\\u{i:X4}" # val it: string = "\u007B" ``` However it produces `\u%P(X4)` in `4.0.0-alpha-020`...