>>93
use Counter.inc (as they are both functions
Nope. Counter is a function creating closure, while `inc` is just a symbol passed to created closure. It would take no sense invoking constructor with symbol `inc`
That way Closure.f(a,b,c) is just an alternative notation for Closure(f,a,b,c)