On Tue, Jun 30, 2020 at 8:54 PM Shiro Kawai <xxxxxx@gmail.com> wrote:
 
On the term "currying", I feel calling (define ((foo x) y) ...) "curried" is misleading (so I agree with John)---if foo is the curried version of something, where is that "something"?  There's no uncurried version. 

I frequently find myself replacing

with

when refactoring. I would say that the latter is the curried form of the former.