Ask HN: Did you learn a language this year?
11–20 of 42 posts
Re: Ask HN: Did you learn a language this year?
#12But I have studied language itself more than a specific language.
Re: Ask HN: Did you learn a language this year?
#13Re: Ask HN: Did you learn a language this year?
#14Re: Ask HN: Did you learn a language this year?
#15Re: Ask HN: Did you learn a language this year?
#16Re: Ask HN: Did you learn a language this year?
#17Re: Ask HN: Did you learn a language this year?
#18Re: Ask HN: Did you learn a language this year?
#19Prolog and Logic programming in general are really worth learning. They will definitely widen your horizons when it comes to programming. Implementing a logic programming system will also teach some basic pattern matching and unification algorithms and applying them.
Re: Ask HN: Did you learn a language this year?
#20The other language I played a lot with, and ended up using a lot this year is Clojure. The main reason I started learning it is because its not only a LISP, it's a mostly functional, yet, practical language, whose concurrency and paralellism support is unparalelled. Being a JVM language, with great interoperability with Java also means that I can use existing Java libraries. All in all, it had great properties, and a syntax I was already somewhat familiar with (being an Emacs user for the past 12 years or so did expose me to at least some lisp, after all!), so my next few projects, which will likely see the light of day in early 2012, will be written in Clojure.
I also learned a bit about sparc assembly, because I had to, and as much as I didn't want to, I learned to read PHP a little bit better than I used to. I'm not exactly proud of that, but nevertheless, that's what happened.