Hacker News new | ask | show | jobs
by onedognight 807 days ago
> 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).