Not likely, but who knows. So far, we didn't provi...
# language-proposals
d
Not likely, but who knows. So far, we didn't provide really deep support for functional programming, more like supporting some of the most useful functional patterns within mostly OO language. Sure you can use Kotlin in functional style, but it might cost you both in boilerplate (like lack of HKTs) and performance (we are not that good at partially evaluating functional code yet). Not really sure about currying. To get the most of it, you need that partial evaluation mentioned above, and we are not there yet. Somewhere in 1.5+, maybe...
👍 3