I used C++ to write an artificial life simulation in the 1990s. Then in 1998 I discovered Python and didn't look back at C++. Python unleashed a joy in development for me.
Fast forward decades of experience and maturing.
Now I know Rust, which I enjoy using as well, and whole fields of software development that I left behind with C++ are opening back up.
@faassen
You should also try Golang, very simple and nice like python
@mur2501
Amusingly enough I have avoided Golang for that reason. I already have Python for simple and nice.
I wanted to learn a language that challenges me to think differently, and have a true systems language in my toolbox. I am sure Go is great, though.
@faassen
nah it's not a total photocopy of python. The main place they are similar is in the simplicity part where golang doesn't throws on you any unnecessary format or syntax requirements as well as the package management is simple.
@mur2501 I realize it's not a photocopy of Python. I just haven't felt an inclination to add it to my toolbox as I was looking for something that stretches my programming muscles. I'm sure Go is great though!
@faassen
For stretching the programming muscle I think Lisp, Haskell, Erlang, Ada, etc would give a very fresh and new look into programming