Hacker News new | ask | show | jobs
by d0vs 3381 days ago
> Most languages have no line length limit

Some languages do?

3 comments

("Free-format") Fortran has a max line length of 132 chars, up from ("fixed-format") 72 chars on punch cards.
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.
Many?