Hi! Is there a lang feature request somewhere for ...
# announcements
i
Hi! Is there a lang feature request somewhere for currying (out of the box)?
k
i
ah cool. It requires more boilerplate. But yeah it can be abstracted
it would be great if this could be applied to "plain" functions/methods though, not only lambdas. Maybe it's possible?
k
Idk if it works on functions but I'd assume you can.
(::functionName).curried()
i
ahh right. What's the name of this
::
operator again?
the exact function I assume is to convert the methods to lambdas?
k
It’s a function reference
m