top | item 16218989

Ask HN: Which programming language has the best documentation?

3 points| siquick | 8 years ago | reply

5 comments

order
[+] cag_ii|8 years ago|reply
I would have to say Java. Between the tutorials, Language/VM specification & library Javadocs, it's the most thorough I've seen to date...
[+] tonteldoos|8 years ago|reply
Do you mean formal documentation, or all documentation (including sources like stackoverflow, blog posts, etc)?

I haven't used Java in a while, but my experience lately with Python docs (both formal and informal) has been fantastic. This applies not just to the core language and libraries, but also various third party libraries and frameworks.

[+] yanshuai|8 years ago|reply
C# does!
[+] megaman22|8 years ago|reply
Core stuff, sure. But much of MSDN is a wasteland of autogenerated garbage and super vague shit that is of no use to anyone.