vote up 8 vote down star
7

What are some fun programming languages to learn and work with? I'm asking this for absolutely no practical purpose other than just to learn something new. So, what are some fun languages?

I already know Python and C# so those don't count (although Python would probably be the first language I'd recommend). I've spent some time with Ruby, but I don't really see anything that's a whole lot different from Python.

(and no, I'm not going to learn Intercal or Brainf*ck before you mention it)

flag
show 1 more comment

31 Answers

prev 1 2
vote up -1 vote down

You might look at this a different way as well. Perhaps you might simply want to try some new programming challenges like http://projecteuler.net or http://topcoder.com. Do a couple in your language of comfort then, try hitting it with a functional one.

project euler especially will teach you how much less memory primitives types take than auto boxed ones. I found this out trying to do some groovy work, which was treating some of my variables as bigdecimals (my fault)

To directly answer the question

groovy: http://groovy.codehaus.org/

scala: http://www.scala-lang.org

link|flag
prev 1 2

Your Answer

Get an OpenID
or

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