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