Ask HN: Which new programming language are you planning to pick up in 2019?
1–10 of 30 posts
I am giving a good amount of thought to picking up Go for fun and profit this year.
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#2Rust
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#3I've never actually planned to pick up any languages in the past. Normally just get forced into it.
It might be Ruby this year though, just because it's a part of our current tech stack.
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#4I don't plan to learn any new languages.
Also this might have been better as a poll:
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#5Python
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#6I’m conflicted between Go and Rust. As my codebases get bigger, maintaining them in Python is not fun.
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#7Ruby
I don't find Python fun at all. I wish I did.
I've been messing around a lot with Sonic Pi, which seems to use a Ruby-based DSL and I love the expressiveness of Ruby.
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#8I've been interested in Go for a while, but I never seem to find the time. I just started a new Python project last night.
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#9I’ll be the outlier: I’m working on learning Chicken Scheme, because it’s a new paradigm and most of the libraries and frameworks I need are already there.
So far, I’m surprised at how easy it is to get started writing a web app with the Awful framework (for my fairly simple needs, it’s anything but awful). Then again, I’m not employed as a programmer, so I’m not evaluating new languages based solely on practicality.
Re: Ask HN: Which new programming language are you planning to pick up in 2019?
#10Either Ocaml or ReasonML. I always liked functional programming, and dabbled in haskell, but it always seemed too much of an investment to bring anybody who doesn't already like haskell into the project. But they did add deriving_via to haskell recently, so maybe I change my decision :P