which programming language shouldi learn to be best employable.
May 5, 2011 6:41 PM Subscribe
let's assume i'm decently technically minded, and entirely burned out on my current job (technical support). let's further assume that programming is vaguely attractive and something i think i could do, and that i would like to be employable at 50-65k a year.
what language do i learn? why?
posted by radiosilents to technology (18 answers total) 31 users marked this as a favorite
All that said, if you insist on picking up a language, it depends on the type of job you want to get. Web application development? I'd say, roughly in order, Java, PHP, Python, Ruby. game development? Probably C++. Mobile app development? Objective C and Java. Decide what you want to do for a living and then worry about picking a programming language to learn first. Do some research into what languages are used in the field you'd like to be in. Once you know any standard procedural1 language, any of the others is fairly easy to pick up.
1 All the languages mentioned above are procedural/imperative. I'd stay away from declarative/functional languages like Haskell at first.
posted by axiom at 6:58 PM on May 5, 2011 [18 favorites]