I've been aware for a while, specially after reading the "Pragmatic Programmer", of the importance for both enhancing you skill set and programming skills depth of mastering as many programming languages as you can. What do you thing are the best approaches for achieving that goal in a rational and balanced way, especially if you're a very busy developer?

link|improve this question

2  
Maybe move to Utah? Oh wait... maybe that word means something different than what I think it means... – Dave Markle Jul 23 '10 at 23:47
feedback

2 Answers

up vote 2 down vote accepted

I find the easiest way to get better at your "native" programming language is to try others.

Dream up a relatively simple (less than 4 hours in "native" programming), interesting project and code that same project in a few different languages. For example, let's say you were a traditional ASP.NET webforms developer. Try writing the app first in ASP.NET MVC. Then write the same app using python and the Google App Engine. Finally, write it again in your "native" language and see how much better your code is now that you've had a chance to write it twice.

Be warned that this could make you hate your "native" language when you see how easy certain things are done in other languages.

link|improve this answer
feedback

Here is my little advice :

If you use .NET try Nemerle , Nemerle can open a lot of new things for you. You also can became a part a community and helping in developing programming language.

In other case you can take a look on some hard functional language like Erlang or Haskell or Lisp. That gonna be some really NEW, not the same but with another syntax.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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