Live data from Hacker News

Ask HN: Which new programming language are you planning to pick up in 2019?

news.ycombinator.com

11–20 of 30 posts

Re: Ask HN: Which new programming language are you planning to pick up in 2019?

#15
Dart

The language is pretty performant, nice to write and read, OOP, portable, strong typed, etc. Can be used for scripting, backends, etc.

With Flutter, you can get Android and iOS apps with the same codebase and near native performance. Downside is, not every functionality is supported, but it's getting better every week.

AngularDart gets you webfrontends without touching JS. Ok, it compiles Dart2JS because browsers are not supporting Dart (yet), but I don't have to write JS/TypeScript myself.

This will get even greater in a few years when Google releases Fuchsia aka Android-replacement.

Ok, there are downsides: - no WASM support - VM based for use outside of a mobile device/browser - lack of some libs/frameworks - not widely supported (like on the big 3 in the cloud or default install on top10 distros)

Re: Ask HN: Which new programming language are you planning to pick up in 2019?

#16
Embedded C++ (EC++)

I know, Bjarne Stroustrup seems to hate EC++ and claims it is dead, but tell that to game developers and the NASA Curiosity Mars Rover. You can't tell that to Opportunity, which does appear dead, but Embedded C++ is not to blame, just some dust storms on Mars.

Re: Ask HN: Which new programming language are you planning to pick up in 2019?

#17
You may be interested in the information in the 2018 developer survey on HackerRank. https://research.hackerrank.com/developer-skills/2019#skills

Scroll down a bit from the linked part of the page and you'll find the responses for languages for 2019.

Post reply on HN