Reading Programming Languages Docs

network_sat

Estimable
Jul 10, 2015
8
0
4,510
is/are there any standards or general ways or rules to read programming languages documentations? Is learning back-Naur form will do any good in this?

Thanks
 
Solution
Not really, at least not for me. BN shows structure aspects that aren't really important for a user of the language.

I doubt there's any rules per se, because different languages' core principles lend themselves to different presentations.

MarkW

Distinguished
Dec 7, 2009
196
0
18,710
While there are some similarities between some programming languages, they are generally very different from each other. Some make you define variable types, some do not. Some let you change variable types after they are defined, some do not.

It literally is very much like spoken languages. There are no rules set in stone. Similarities exist, but not in all or even most languages.
 

gangrel

Honorable
Jun 4, 2012
61
0
10,610
Not really, at least not for me. BN shows structure aspects that aren't really important for a user of the language.

I doubt there's any rules per se, because different languages' core principles lend themselves to different presentations.
 
Solution