Live data from Hacker News

Ask HN: What programming language are you currently learning?

news.ycombinator.com

91–94 of 94 posts

Re: Ask HN: What programming language are you currently learning?

#93
post #24

Clojure.

I am learning Clojure because I know lots of "traditional" languages and want to stretch my brain in new ways. I am also interested in new ways to write parallel programs, which is becoming a bigger and bigger issue. Clojure scores well on these two criteria. I chose Clojure over Scala and Haskell, because I believe in dynamic typing over static typing. This is probably more an issue of tase than anything and I also…

Agree on all points.

Re: Ask HN: What programming language are you currently learning?

#94
post #27

Javascript. I've "known" it for 10+ years, but now I think is the time to take it seriously. The web stack is getting dumber as a lot of UI and logic moves to JS inside the browser. Databases got dumber in exactly the same way -- do you know or care if your database has good stored procedure support? Eventually it won't matter much what the server is running.

I'm fresh to JavaScript this year, but am keeping at it, and adding JQuery to the mix, this summer.
Post reply on HN