Ask HN: Going to Grad School, which language/framework should I learn?
I have been programming in C# for about 4 years at work. I plan to go back to grad school for a masters in CS next year, what language should I learn to help me out with grad school courses?
Update: To be clear, the purpose of going to grad school is to sharpen up and most likely to go back into the workforce later.
10 comments
[ 3.2 ms ] story [ 26.4 ms ] threadNow that I'm out of school it rarely comes up but while I was working on my Master's it was a constant irritation.
- Functional programming is sufficiently different from C# to expand your mind in a good way. New paradigms will make you a better programmer even if you stick with C# in the end.
- Open source foundations allow you to get all the tools you need for free.
- Java interoperability gives you access to libraries you'll need for specialized projects.
- Clojure is growing and has an excellent community on Google Groups and on Freenode IRC.
http://clojure.org/