On Apr 28, 1:53 am, Wildam Martin <[email protected]> wrote: > > But: It takes about a year until you get really productive in a new > language (and well, this does not only apply to _programming_ > languages). I have learned and used enough different programming > languages to know this. > > So this sentence basically means, that you will never ever get > _really_ productive. >
Productivity gains are not the only reason to learn a new language though, seeing how common problems are solved idiomatically in other languages can make you a better programmer in the languages you are already familiar in. For example, the emphasis placed on pure functions and immutability that you get from learning a FP language can make you a better Java programmer. - Steve -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
