new programming language that will be relatively easy to pick up for someone fluent in python?

Posted by Accurate_Practice838@reddit | learnprogramming | View on Reddit | 27 comments

hey everyone! ive been using python as my main language for around 9 years. im comfortable saying im fluent with the syntax. i learnt basic programming concepts like recursion, OOP, etc through python, and its served me very well over the years.

im not a professional programmer, but i am a linux user and i like writing scripts that do a wide variety of stuff. im also an aspiring gamedev (which is the main reason i got into programming as a kid), and ive been enjoying Godot for this. ive also dabbled in some custom bash scripts, although im considering switching to zsh because of the limitations im reaching with bash. so i mostly code as a hobby because i find it interesting.

python is becoming a bit stale for me, and i want to learn something new! but i dont know which language i should start with. Java appeals to me because i love using OOP, but ive heard C languages are fast. speed is an issue ive come across a few times in python, and it would be great if i didnt have to optimize every tiny aspect of my larger projects.

so im wondering if anyone has suggestions for where to go next? python will probably always be a tool i use, but it would be nice to have another programming language in my repertoire!