Hacker News new | ask | show | jobs
by shubb 4714 days ago
From reading job ads, I think most people work in the languages you mentioned.

HN is more oriented towards python/ruby/objective C because it's demo is making relatively simple applications as fast as possible, and critically don't have legacy code.

C# and Java have moved a lot in the past 10 years. You could say that Scala is the next natural transition for Java. Microsoft have a really compelling offer in terms of Azure and .net 4.5, and have a functional language of their own (F#) if they take off.

Personally, I'm watching C++11. It is really transformative, making the language feel much more modern (even sort of python like). If it improves C++ productivity enough we may see a resurgence, although I think it does too little to make coding for parallel/asynchronous natural.

1 comments

don't suppose there's a great c++11 book that shows that, is there? (seem to have been searching forever for a good, modern c++ book, so sorry if this is a repeat)