Hacker News new | ask | show | jobs
by federicoponzi 2211 days ago
I like strongly typed and functional programming. But I would rather use a "pythonic" approach to solve problems in python. OFC there might be some cases where for example one of your dependency is python, and you still want to be able to write correct code. But in general, If you want types and functional constructs, IMO you should use something else.