Hey folks! I'm looking for some advice on what programming language I should dive into next. I have a solid background in Lua from working on Roblox Studio, but I'm now leaning towards other game engines. I also have some experience with Python. I'm considering C++, but I'm open to suggestions! Thanks in advance!
3 Answers
Have you thought about learning TypeScript? It's super popular for web development and becoming more essential in that area. Plus, if you want to do more with Python, there are definitely some frameworks you can explore for web dev as well.
What kind of problems are you looking to solve with programming? If you're just trying to pick a widely used language, C++ is great for performance-heavy applications, but if you're more into web development, TypeScript or even Python could really serve you well.
If you're feeling adventurous, consider picking up Lisp! It might not be as commonly used, but learning it can give you insight into many programming concepts across different languages. Plus, once you learn it, you'll have a good grasp of many other languages too!

That's a neat perspective! I’ve heard Lisp can really change the way you think about coding.