|
|
|
|
|
by petascale
2557 days ago
|
|
> iirc there were some studies showing that productivity is not significantly different across languages If it's the same studies I'm thinking of, the result was that productivity was about the same in all languages _when measured in lines of code per day_. So say 1k lines of assembler took the same time as 1k lines of Python. However, the higher level languages can _do_ more for the same number of lines. |
|