Hacker News new | ask | show | jobs
by keewee7 1786 days ago
When learning a new programming language syntax will be the least time consuming thing to learn.

You can skim the syntax on https://learnxinyminutes.com

Instead use a day or two on learning tooling and best practices and then try to implement a small toy project.

1 comments

I’m a huge fan of learnxinyminutes! Even if I’m planning to go through the larger guide/docs, I find x-in-y is the best way to get a general feel for the breadth and style of the language.