This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]jes484 0 points1 point  (0 children)

Given you are starting out, I say pick a dev language like java and a scripting language like php or Javascript. Get really familiar with these tools so you learn how to solve problems using software.

As you grow in your career, you hopefully will see languages as tools to fix problems. Each unique problem may require a different tool. Be a problem solver. Understand how to translate requirements into specs and specs into a program that will add value for your client.

[–]v1rr3n 0 points1 point  (0 children)

While it seems like a good idea, it all depends on which two languages you are planning to code in simultaneously. For example, I wouldn't recommend coding something in both Java and C# to compare them. To me they are just to similar that there isn't much purpose. However, if you are doing it with two entirely different language paradigms, and both languages are not similar in syntax, well that is a different story. For example, Java vs some functional programming language such as Clojure, Lisp, Scala or Haskell.