I see that makes sense! Since variadic and keyword arguments are supported it wouldn't be possible to have auto-currying.
However, you could write a curry function that takes an arity and a function that works that way. Alternatively, various macros have been proposed as well. Although, introducing that behavior may throw people off. Thanks for the insight!