elizarov
01/09/2017, 9:00 PM@lazy val foo = ...
might some day become possible if some form of Python-style decorators makes it to Kotlin, but definitely not a keyword. There's just too many ways to implement lazy. With coroutines you can now have asyncLazy
which is way cooler than plain lazy, because your threads are not blocked while the value is computed.