7 Comments

Have you ever used mypyc compiler for anything?

Expand full comment
author

No, I use nuikta to compile Python projects, its has way better compatibility.

Expand full comment

Oh that's cool. I've never heard of it before.

Expand full comment

Would you say that mypy has your preference over (the newer) pyright? I'm not an expert but from what I read pyright is a bit more robustly built. Kinda weird that it is distributed from NodeJS though..

Expand full comment
author

Yes, but mostly because Guido Van Rossum works on it so I trust it to implement the latest typing feature more. It's subjective really, I only tried pyright twice, it didn't report as much as mypy so I kept mypy. It's not really a serious evaluation.

Expand full comment

I thought Pyright was Microsoft's project?

Expand full comment
author

MS owns npm.

Expand full comment