Currying and Partial Function Evaluation
Old. But still interesting. Partial Function Application is not Currying It seems like hair-splitting. However, the distinction between bound variables and curried functions does have some practical implications. I'm looking closely at PyMonad and the built-in functools library. I'm finding some benefits in understanding functional programming and how to apply …
more ...