eric.kolotyluk
02/06/2016, 4:37 AMeric.kolotyluk
02/06/2016, 4:38 AMeric.kolotyluk
02/06/2016, 4:39 AMcedric
02/06/2016, 4:39 AMcedric
02/06/2016, 4:40 AMandrewoma
02/06/2016, 4:40 AMSequences
cover lazy evaluation in much the same was as Scala's views and of course there's the usual filter
, map
and friends. Kotlin's heavy (and explicit) use of inlining also means lower overheads for such operations.eric.kolotyluk
02/06/2016, 4:41 AMimplicit
in, all I could do was shake my head.cedric
02/06/2016, 4:41 AMeric.kolotyluk
02/06/2016, 4:42 AMcedric
02/06/2016, 4:42 AMcedric
02/06/2016, 4:43 AMeric.kolotyluk
02/06/2016, 4:43 AMcedric
02/06/2016, 4:43 AMcedric
02/06/2016, 4:43 AMeric.kolotyluk
02/06/2016, 4:43 AMcedric
02/06/2016, 4:44 AMeric.kolotyluk
02/06/2016, 4:44 AMeric.kolotyluk
02/06/2016, 4:48 AMeric.kolotyluk
02/06/2016, 4:48 AMeric.kolotyluk
02/06/2016, 4:51 AMeric.kolotyluk
02/06/2016, 4:52 AMeric.kolotyluk
02/06/2016, 4:53 AMeric.kolotyluk
02/06/2016, 4:57 AMTraversable
is a really nice way to utilize the Java walkFileTree
utility. There is no equivalent to Traversable
in Kotlin. In a way it makes sense that Kotlin implements its own fileTreeWalk
instead. Science is about understanding how things work. Engineering is understanding about the compromises necessary to make things work.eric.kolotyluk
02/06/2016, 5:04 AMcedric
02/06/2016, 5:14 AMcedric
02/06/2016, 5:15 AMvoddan
02/06/2016, 6:42 AMvoddan
02/06/2016, 6:43 AMvoddan
02/06/2016, 6:45 AMyole
02/06/2016, 8:14 AM