I haven’t heard anything about it, at least for 1....
# language-proposals
d
I haven’t heard anything about it, at least for 1.2, but I’m not an expert on what the Kotlin team has planned. I could see some syntax like
prefixAndPostfix.curry(prefix: "Hello", postfix: "!")
as being helpful since I don’t believe it’s possible to handle currying with named parameters cleanly. However they would probably need to figure out some special syntax to replace the
.curry
call.