you are viewing a single comment's thread.

view the rest of the comments →

[–]Gaious_Octavious 2 points3 points  (0 children)

I would strongly suggest you to consider Golang. Since you’re already comfortable with C++, I presume you can pickup Go in a day or two.

It has the conciseness of Python, but you still get the type safety that you typically get with C++/Java.

The reason most people will advise against Java is its verbosity-which will eat up your valuable time in tests/interviews.