▲ | truculent 7 months ago | |||||||
The problem (in my opinion) is that Python gives you the tools (and perhaps even encourages you) to write code that would benefit from typing. It's perfectly feasible to write maintainable, well-designed code in a dynamic language. I've worked with some extremely robust and ergonomic Clojure codebases before, for example. However, in Clojure, the language pushes you into its own "pit of success". Personally, I never feel that with Python. | ||||||||
▲ | chamomeal 7 months ago | parent [-] | |||||||
That’s good to hear about clojure! I just started learning the language and it’s been a ton of fun (especially babashka omg) but I’m so typescript-minded that it’s been really tough being back in dynamic land. | ||||||||
|