698
690
In some places we have variables which point to callables that construct
699
691
new instances. That is to say, they can be used a lot like class objects,
702
694
> I think that things named FooBar should create instances of FooBar when
703
695
> called. Its plain confusing for them to do otherwise. When we have