hpique
hpique

Reputation: 120324

Impact of learning a new language on productivity

Are there any scientific studies (and conclusions) about the impact of mastering a new programming language over previously learned programming languages? I'm particularly interested if mastering various languages can decrease average productivity.

Upvotes: 1

Views: 181

Answers (1)

aioobe
aioobe

Reputation: 420951

I'm particularly interested if mastering various languages can decrease average productivity.

I strongly doubt this. Since I learned functional programming, I've improved the way I'm writing my Java (non-functional) code as well. Learning new languages poses a great programming exercise that hardly decrease your productivity.

Upvotes: 8

Related Questions