Hi, Am 31.01.2012 um 15:47 schrieb Michael Dürig:
> OTOH, sticking with Java might leave us lagging behind, entrapped in > never ending concurrency night mares and memory contention issues. This is probably and simply not true: It is not the language's fault that developers are not adhering to fundamental concurrency tenets like for example immutable objects ... In fact it is a long-standing recommendation to strive for immutable objects. Regards Felix
