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.
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.
 
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