top | item 17846341

MypyC, native code Python compiler being developed by Dropbox

49 points| erokar | 7 years ago |mail.python.org

1 comment

order
[+] devxpy|7 years ago|reply
> Cython is a relatively complex and still poorly documented language

Totally agree. I tried some time ago, was quite hard to setup. If they can mypyc just work out of the box, it would be really nice.

Compiling python to C not only has obvious performance advantages but also the fact that it will enable a Web Assembly compilation target to be a thing.