Link: Proposed Syntax for JS Partial Application

This looks neat and probably will work well for other non-Haskell languages. I would love to have this in Kotlin. The lack of any of currying/bind() kind of stuff has been a slight annoyance in Kotlin programming.

via Currying is not idiomatic in JavaScript