Python's “disappointing” superpowers
lukeplant.me.uk
Python's “disappointing” superpowers
1–10 of 264 posts
Re: Python's “disappointing” superpowers
#2At least now I know what is achievable despite its presence.
Re: Python's “disappointing” superpowers
#3Re: Python's “disappointing” superpowers
#4It is certainly happening, and I'm not sure Python the language is all the better for it. I say that as a guy who explicitly mentioned this "Python Is Not Java" blog-post during my first job interview as a professional programmer, more than 15 years ago.
Re: Python's “disappointing” superpowers
#5All joking aside, I do think Python is pretty handy.
Re: Python's “disappointing” superpowers
#6The thing is, once we go through all this static typing exercise in Python, we get no performance advantages, and the whole thing seems bolted on, with worse semantics than most modern typed languages. And yes, it can stifle undeniable advantages a dynamic language like Python can provide.
Python remains a fantastic prototyping and scripting language, but my feeling is that it now handles more than it should.
Re: Python's “disappointing” superpowers
#7> I’m worried that a de-facto move away from dynamic stuff in the Python ecosystem, possibly motivated by those who use Python only because they have to, and just want to make it more like the C# or Java they are comfortable with, could leave us with the very worst of all worlds. It is certainly happening, and I'm not sure Python the language is all the better for it. I say that as a guy who explicitly mentioned this…
So maybe some stuff in the Dotnet ecosystem got started because Python programmers were forced to use C# and tried to make that more dynamic.
Re: Python's “disappointing” superpowers
#8Is there any language out there that improves on Python in various ways but still allows convenient access to literally the entirety of Python's ecosystem of libraries?
I tend to stick to vanilla python though, mainly because Hy is too much of an hassle for my use cases.
Re: Python's “disappointing” superpowers
#9And Python modules/frameworks can be a lot more "typed" than you'd expect. Django models, forms etc offer more runtime validation than typesystems can easily achieve. Yes, at runtime. But between not having a build process and in general being more readable and concise, I feel like Python lets you run into the runtime error long before you get the same thing done "error free" in C#. Not that C# doesn't have runtime errors...
Re: Python's “disappointing” superpowers
#10Is there any language out there that improves on Python in various ways but still allows convenient access to literally the entirety of Python's ecosystem of libraries?
https://github.com/vindarel/languages-that-compile-to-python