Welp, I recently noticed that Kotlin is lacking its own idiomatic Stream API but just extends Java Stream API. So I just thought that it might be a good idea to produce Kotlin Stream API with less overhead that Java is full off and richer code base (and open-source). I'm just not sure whether it's worth trying, meaning if it will be in-demand, how to accomplish this - by forking Kotlin stdlib or by creating own repo, and is there already such intentions so I'm not first to come up with this? Waiting for commentaries and corrections, thanks in advance.