top | item 13926561 (no title) d0vs | 9 years ago > Most languages have no line length limitSome languages do? discuss order hn newest 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. cortesoft|9 years ago Many?
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.
porges|9 years ago
amagumori|9 years ago
cortesoft|9 years ago