Hacker News new | ask | show | jobs
by the_mitsuhiko 3137 days ago
But the tooling is terrible in comparison. I find rust sigificantly easier as a python developer than cython. There is so much more rust ecosystem to take advantage of.
1 comments

To be fair to Cython, they have access to the entire C++ stdlib, so that's a fairly good amount of tooling. The main thing is lacks is good documentation and memory safety.
And C++ has absolutely no package distribution system at this point.