Matti Viljamaa
10/27/2022, 7:27 PMJacob
10/27/2022, 8:23 PMMuch of the relative simplicity of Java is - like for most new languages - partly an illusion and partly a function of its incompleteness. As time passes, Java will grow significantly in size and complexity.This was a comment made by Stroustrup a long time ago about Java. Now it reminds me of Golang
Victor Collod
10/27/2022, 8:24 PMStephan Schroeder
10/27/2022, 8:36 PMKirill Grouchnikov
10/27/2022, 8:51 PMStephan Schroeder
10/27/2022, 8:54 PMVitaliy Zarubin
10/27/2022, 9:22 PMMatti Viljamaa
10/28/2022, 5:59 AMStephan Schroeder
10/29/2022, 9:43 AMval
instead final var
, immutable Collection interfaces, classes are closed instead of open by default, ...) and adding useful features (nullability, sum types, extension functions, inline functions with reified type parameters, ...)Jacob
10/30/2022, 1:21 AMJacob
10/30/2022, 1:27 AMStephan Schroeder
10/30/2022, 12:15 PM