Ask HN: What programming language are you currently learning?
51–60 of 94 posts
Re: Ask HN: What programming language are you currently learning?
#52Re: Ask HN: What programming language are you currently learning?
#53Haskell. 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.
I found this too. Once I started reasoning with lazyness, Python's generators felt a lot more natural. The itertools module is very useful.
Re: Ask HN: What programming language are you currently learning?
#54F#
Re: Ask HN: What programming language are you currently learning?
#55Re: Ask HN: What programming language are you currently learning?
#56Re: Ask HN: What programming language are you currently learning?
#57Re: Ask HN: What programming language are you currently learning?
#58Re: Ask HN: What programming language are you currently learning?
#59None. I've got enough of them. What I need to get better at is maths, signal processing, and graphics. Chiming in to reject the idea that we should spend our careers churning through languages.
Re: Ask HN: What programming language are you currently learning?
#60I'm learning Scala for the following three reasons (in increasing order of importance.) These just reflect my current needs, not a prescription for other people, and all three revolve around my need to add a practical language to my repertoire to reduce my usage of C++ and Java. 3. I decided to learn a language I could use on the Java platform using Java APIs, rather than on the _nix C platform using C APIs. Partly t…