nullprogram.com/blog/2010/11/15/
During my recent Elisp hacking I've run into the situation enough
times where I really wanted function composition that I officially
implemented it for myself. While there is
an apply-partially
function, Elisp does not currently come with a compose
function. Here's an Elisp definition,
Here it is in action with three functions.
I'll be using this in later posts (and linking back here when I do).