Category: <span>Coding</span>

Lazy Java

The purpose of this talk is to illustratie why and how implementing laziness in Java with practical examples delivered with both slides and live coding sessions. Like all imperative programming languages Java is, with some minor but notable exceptions, an eagerly evaluated programming language. Nevertheless the introduction of lambdas in …