IMHO better solution will be to provide namespace specific methods, eg: Foo::Bar::->*is_loaded Foo::Bar::->*load grammar rule: NAMESPACE_LITERAL ARROW STAR method and so on Advantage: - namespace methods will not pollute namespace for other methods - namespace methods will always be prefixed with * Best regards, BranoThread Previous | Thread Next