Y
Hacker News
new
|
ask
|
show
|
jobs
by
d0vs
3381 days ago
> Most languages have no line length limit
Some languages do?
3 comments
porges
3381 days ago
("Free-format") Fortran has a max line length of 132 chars, up from ("fixed-format") 72 chars on punch cards.
link
amagumori
3381 days 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.
link
cortesoft
3380 days ago
Many?
link