Name:
Anonymous
2009-09-13 7:01
How much characters per line of code does /prog/ make?
My average is ~61.
Name:
Anonymous
2009-09-13 12:12
I use a sane text editor that displays only 80 columns because I told it to. Any lines longer than that have to be hard wrapped to fit on my screen.
Most languages make it easy to fit within this limit, even Haskell. The ones that actually give me trouble are Objective-C and Common Lisp.