vote up -2 vote down star

Guys, I am willing to learn a new programming language.

I have over six years of Programming experience in Java and around the same in C++. I am willing to learn a new language that is different from these two. Lisp and Haskell come to my mind.

I want to learn this purely as a hobby. :-) Also which book would you recommend.

flag

22% accept rate
Duplicate of stackoverflow.com/questions/6396/… – David Schmitt May 6 at 7:15
Also, see this tag-search for closely related questions: stackoverflow.com/questions/tagged/… – Benjol May 6 at 7:18
Wasn't a duplicate mate. Given my experience someone might have wanted to suggest something else. – Geek May 6 at 7:42

closed as exact duplicate by David Schmitt, Chris Lutz, yesraaj, unknown (google), Aron Rotteveel May 6 at 7:27

7 Answers

vote up 1 vote down

I vote for Lisp, that is Common Lisp.

Get "Practical Common Lisp" by Peter Seibel or read it online at http://www.gigamonkeys.com/book/

link|flag
vote up 0 vote down

If you are a Java programmer and choosing between Haskell and Lisp, I would go with Haskell.

Lisp has crazy prefix syntax with tons of braces that will annoy you to no end when you only have experience in imperative languages

link|flag
vote up 0 vote down

Yea considering that you have background in OO type programming language, you should definitely try either scripting type language like Ruby or functional programming language like Haskell or F# if you don't mind that it's still out-of-box new :)

link|flag
vote up 1 vote down

Since you mentioned Lisp, Paul Graham's On Lisp is a good read and is available online.

link|flag
vote up 2 vote down

There are many similar posts including at least this one which has the same title:

http://stackoverflow.com/questions/6396/which-programming-language-should-i-learn

link|flag
vote up 0 vote down

Oooops... Difficult to answer type question. If I got this problem, most probably I will learn Python..

link|flag
vote up 0 vote down

If you don' t have any experience with scripting languages, such as Python or Ruby, then you should definitely learn one.

link|flag

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