Hacker News new | ask | show | jobs
by bitexploder 1911 days ago
Python balances this well. You are never forced into an OO hierarchy for your own code.
1 comments

On the other hand Python often nudges you towards OOP, because its FP features are a bit lacking.