top | item 13926561

(no title)

d0vs | 9 years ago

> Most languages have no line length limit

Some languages do?

discuss

order

porges|9 years ago

("Free-format") Fortran has a max line length of 132 chars, up from ("fixed-format") 72 chars on punch cards.

amagumori|9 years ago

the ANSI C standard has a line length limit, so there are no guarantees that compilers have to function properly with longer lines than given in the standard.