Live data from Hacker News

Ask HN: What programming language are you currently learning?

news.ycombinator.com

21–30 of 94 posts

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

#25
post #19

Haskell. I've already written non-trivial applications in it, but there's still so much to understand.

Haskell for me too. It's slow going, but it's already making me a better Python programmer in my real work. OCaml/F# are on the back burner too.

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

#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.

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

#28
I'm rewriting a card-game-playing environment written in Java. I originally wanted to use one of the Java implementations of Arc, but the low activity level of the forum (and my difficulty installing Rainbow a while back) makes me uneasy, so I'm learning Clojure. Sorry PG.

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

#29
post #4

Erlang - why? after diving into threading in Java for a recent project, I wanted to see other ways of approaching the same problem - recommendations for other languages with powerful threading solutions?

Stackless Python is neat, but it's not really threading.

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

#30

PHP

Rather surprising to see PHP so high here since I rarely see PHP-related submissions on HN. How do people learn it? I've found that the best thing for me was finding StumbleUpon and reading up as much as I could about best practices in PHP and programming in general. Now I force myself to try a different language for my own projects to get away from PHP as a "comfort zone".
Post reply on HN