Some packages, e.g. StatsBase, rely on the evaluation of functors. In Julia 0.3, we used `evaluate` internally to invoke a functor, and in latest version of Julia 0.4, it now uses `call`. I wish this can be supported by this package.