What's a good programming language to Pickup?
I've been a C++ programmer for several years and am up to date with modern C++ (C++14). Thinking of expanding my expertise. Already know Python. Objective: (1) fun and (2) can be used in production. Some options: Go, Rust? Thoughts/opinions?
20 comments
[ 3.2 ms ] story [ 47.1 ms ] threadRust is a bitch to learn, and it's become a kitchen sink (starting to feel like C++ in the 90s).
Python is pretty nice now that the whole 2.x fiasco is mostly over.
LUA is super simple and can be embedded in almost anything.
Go has fluid-feeling syntax. It does have a few gotchas, be careful of fiddling with the underlying data structure when doing a loop over "range".
At first the staticly-compiled executables seem large, but that leads to no (or very few) external dependencies. Cross-compilation is simple. Great for backend work.
Syntax is way simpler
java and JVM languages have this... shitiness about them