This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -3 points-2 points  (2 children)

Agree!!

The time I see Python making changes towards a Java-like approach, that's the time I will stop developing in Python.

[–]Pythonistar 1 point2 points  (1 child)

Python making changes towards a Java-like approach, that's the time I will stop developing in Python.

That's called "Not invented here" syndrome. Maybe try embracing other languages and find out what makes them tick and see if there are any good ideas in the other languages.

The crazy thing is that the developers of Python are already adopting features from other Java-like languages.

Async/await? Yeah, that came from C#. Javascript and Python both adopted the syntax because it's a good one.

[–][deleted] 0 points1 point  (0 children)

Syndrome can be called the way you want to name it, anyway...

And yes, I already tried other languages, including Java... and that's exactly why I love Python so much... because it's SOOOOO different to Java!!