Hacker News new | ask | show | jobs
by koshak 3062 days ago
I really like this one. “So you already have your turing complete language! What else do you need?”
1 comments

That's not the point. The point is there is no reason to use an extra language feature unless it provides a tangible improvement in the code.

In fact, there are lots of reasons not to use an extra language feature that doesn't provide tangible improvements in code, including maintainability, ease of reading code, and portability in python's case.