Are all names in Mathematica really all together in a single namespace? Seems odd not to have such a specific function like SolarEclipse behind some kind of importable module.
> Are all names in Mathematica really all together in a single namespace?
No, there are package namespaces (Contexts) like most languages. When you import a package (call Needs) it adds that package’s namespace to the namespace path ($ContextPath).
No, there are package namespaces (Contexts) like most languages. When you import a package (call Needs) it adds that package’s namespace to the namespace path ($ContextPath).