200
What hills are you dying on?
(lemmy.ml)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
thank you.
I really don't get how so many people find Python "ergonomic." kwargs and their consequences have been a disaster for the human race. they break type hinting and intellisense, and there's all kinds of proxy class shenanigans that all the libraries use. matplotlib is a horrible experience because there's just a kitchen sink of options, and it's hard to dynamically update plots. if there were a TypeScript-like dialect of Python I wouldn't have problems, but Python's type hinting is absolutely wretched.
I really want Julia to succeed.