Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 4
    $\begingroup$ +1. Accessing private symbols is often very handy for debugging (to me at least). Generally, I find the namespace / package system in Mathematica very well designed (to the point that I don't recall any flaws off the top of my head, for all the time I was using it), and also very hackable, since one can do a lot of non-standard tricks which allow for very flexible manipulations with namespaces. A more closed namespace model would rule out such uses, making encapsulation mechanism significantly less powerful. $\endgroup$ Commented Aug 17, 2012 at 23:43
  • $\begingroup$ Thank you R.M. Your answer works just fine :] $\endgroup$ Commented Aug 18, 2012 at 5:47