Related posts:
- What are the similarities between the C programming language, fortran, Algol, Basic, Cobol, Ada, Pascal?
- How FORTRAN and ALGOL work? Clarify the concept so that a naïve user (person having preliminary computer knowl
- Which came first–COBOL or FORTRAN?
- Why do people still use FORTRAN, LISP, COBOL, etc..?
- What are the differences and similarites of Fortran and COBOL, i need lots please?

1 Comment to 'why in your opinion, did COBOL allow long identifiers when Fortran and ALGOL did not?'
November 28, 2009
COBOL is more of a reporting language than Fortran. Since Fortran handles calculations much better, there is not a real need for long identifiers. As a reporting language, COBOL uses long identifiers in tagging the source to the reports it is writing. Also, COBOL is the closest language to a fully, self documenting language, that it gets, and long identifiers provides one more case for it.
Leave a comment