Hacker News new | ask | show | jobs
by oceankid 3623 days ago
I wrote "Documentation" is beginner friendly.

Spend some time reading their docs. Dart has language, Web and Server tutorials specifically for beginners. The style of writing in which they build up to explain simple concepts to things like method chaining just click. Its very natural.

Go is minimal and great for people already experienced.

I felt Dart docs were centered around human problems and Go around CS problems.