Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm familiar with VB.NET and currently learning Java, PHP and JS at school, but I want to learn another language so I have more tools in my toolbox and so I easier can pick up new languages later on in my career.

I have 2 specific languages in mind: - Python - Common LISP

I consider Python because it would be nice to learn another flexible and versatile scripting language. Also, python is used for bigger programs by NASA and Google(?) so Python should prove useful. Common LISP is more because I want to learn new and different syntax which would prove useful when learning new languages later.

Any thoughts, ideas or other languages I should consider instead?

share|improve this question
1  
1  
programmers would be a good place to start digging. – Morpheus Dec 5 '11 at 21:08
@JoshCaswell: I like how so many of the results are marked as closed! – André Caron Dec 5 '11 at 21:12
@AndréCaron Well, how many times can such a hopelessly subjective question be answered in a constructive way? My money's on "no more than six." :) – Dan J Dec 5 '11 at 21:18
@JoshCaswell, djacobson: I know, that's why I said I liked it :-) – André Caron Dec 5 '11 at 22:31

closed as not constructive by Josh Caswell, Keith Nicholas, Ondrej Slinták, David, Mac Dec 5 '11 at 21:06

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

up vote 0 down vote accepted

First concentrate on what you are learning so far. Java is good to work on - it has a lot of space to expand for further learning. Second, you might want to evaluate what you want to do next. For example, if you plan to go work to NASA and know that have requirement of Python, then learn Python. Besides, it is always good to have a scripting language like Python in your knowledge box.

Additionally you might consider different types of languages: C, Perl, LISP, etc. There is a good article by Eric Steven Raymond that touches on different languages worth to learn - How To Become A Hacker.

share|improve this answer
My plans are to take a master's degree in information security, but I also enjoy playing with embedded devices (should probably have mentioned that in the original question), and I understand that Python makes it easy to connect to a serial port etc.? – TM89 Dec 5 '11 at 21:08

It would be nice if you learn some functional programming. So I'd recommend Scheme (a lisp dialect) or Haskell.

share|improve this answer
2  
+1 for Haskell. – Niklas B. Dec 5 '11 at 21:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.