Ask HN: What programming language are you currently learning?
91–94 of 94 posts
Re: Ask HN: What programming language are you currently learning?
#92Re: Ask HN: What programming language are you currently learning?
#93Clojure.
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…
Re: Ask HN: What programming language are you currently learning?
#94Javascript. 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.