I've seen this more places, but here's from Lutz Prechelt, "An empirical comparison of C, C++, Java, Perl, Python, Rexx, and Tcl for a search/string-processing program", 2000:
However, there is evidence (described in Section 5.7) that at least on the average the work times reported are
reasonably accurate for the script group, too: The old rule of thumb, saying the number of lines written per
hour is independent of the language, holds fairly well across all languages.
There's exceptions of course, he mentions assembly language and APL as extreme examples.
I'm basing this on my observation that over a given period of time, programmers in other languages seem to produce a lot more LOC than me,
Not a valid comparison. There's too much variance between programmers to make that observation useful.
Anyway, you should have read this before when you followed the sources given in
http://norvig.com/java-lisp.html
Are you all going senile?
There should be something out there about bugs/LOC being similar across languages too, again with extreme outliers.