Live data from Hacker News

Ask HN: What are the best technologies you have worked with in 2013?

news.ycombinator.com

1–10 of 46 posts

Re: Ask HN: What are the best technologies you have worked with in 2013?

#7
Scala - great language with an expressive type system (many evenings and nights spent reading blogs/books/code trying to adopt its power), I also enjoyed learning functional programming with it.

Akka - Scala/Java actor framework for better concurrency.

Angular.js - very powerful js framework with dependency injection, 2-way bindings. I am more a backend guy so I haven't dived deeply into its Tao yet.

Re: Ask HN: What are the best technologies you have worked with in 2013?

#8
post #2

Scala and Wicket. Writing web apps is a dream. And I'm worried I won't get to do it in 2014, because the world has moved over to javascript, whose type system is 10 years behind scala's.

the world has moved over to javascript

I'm not so sure about this. Python and Ruby seem to be just as popular as Node (if not more) for new projects, and as far as older projects go, PHP is still king.

Post reply on HN