amorenew
06/13/2017, 5:59 PMdalexander
06/13/2017, 6:02 PMobject
fills the same role. I wouldn’t really want both (although I didn’t participate in the survey). If someone wants static for jvm interop there’s @JvmStatic
2) Trailing commas in lists would be legal, ie. listOf(1, 2, 3,)
would compile, currently it doesn’t, mostly I think this is useful during code generation. There’s also another feature that’s alluded to, but I’m not sure what that was. 3) https://en.wikipedia.org/wiki/List_comprehension another syntax for loops.wasyl
06/13/2017, 6:03 PMmsink
06/13/2017, 6:12 PMagomez
06/13/2017, 6:12 PMwasyl
06/13/2017, 6:13 PMagomez
06/13/2017, 6:14 PMbashor
06/13/2017, 6:16 PMpoohbar
06/13/2017, 6:44 PM