Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Oh man, I love Python but what you say does sound truthful to me. Do you think that other programming languages are more resilient to this? (I'm trying to figure out whether there are some intrinsics of Python that make it more susceptible, and if so whether that could be mitigated)


I think Go is currently the best replacement for Python. Static type system seems to help a lot, also Go is slightly boring to write. One would say it's a bad thing but all those "if err != nil {" give something pretty valuable - the visibility of all the error-handling execution paths to the reader of the code.

Also, being boring to write means you seek ways not to write so much, which is also good :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: