I hope not, both for the reasons @ufo pointed out above (uncertainty about what kind of function you have and how many arguments are yet to be supplied), and that I find partial application (à la `bind`) to be more in line with JavaScript's typing/semantics (always returns a normal function (modulo the treatment of `this`)).