why not both?
It is a poor craftsman who blames their tools, but I wouldn’t be so poor if these tools weren’t so shit.
10 print “hello”
20 goto hell
I’m a bad programmer.
i have this pep talk with myself every time i have to switch languages for a project (especially between python & java) and i can’t remember how to do it at first.
Me with python
It’s the best scripting language I know of, but man I hate dynamically types languages. I am so used to rust and C/C++ that reading any large script or program will drive me insane
And the whitespace instead of {} tokens…
The whitespace doesn’t bother me at all, but holy hell! Any time I’m trying to understand a Python program/library that’s anything above a couple thousand lines of code, I instantly feel a burning hate for dynamic typing.
I love Python for scripting- in large part because of dynamic typing. IMO it’s just not a language made for building large infrastructures.