Hacker News new | ask | show | jobs
by sametmax 3004 days ago
> If you’re working with a lot of data structures, or with bytes and serialization, compiled system languages with static typing are going to be productivity boosts over python.

Python has fantastic, expressive and productive libraries for those kind of problems. Unless you have some performance issue, I can't see how you are going to be faster than that.

1 comments

Python does address those needs with librares. In other languages it’s not necessary because they fit the mold out of the box