<div dir="ltr">The API is pretty flexible about creating and loading modules into namespaces. What is not apparent is how to evict a namespace or the GC-ableness of a namespace.<div><br></div><div style>In the REPL, topleve.</div>
<div><br></div><div style>Say I in a scope of code, I create a base namespace I'll call TMP, load or attach modules into it, switch to it via current-namespace. </div><div style><br></div><div style>Now say I switch the current-namespace to some other namespace, maybe the original I saved before I created TMP. At the top-level, to me, there is no reference to TMP. Will TMP be GC'd? Or is there away to explicitly "purge" an unused namespace?<br>
</div><div style><br></div><div style>Thanks,</div><div style><br></div><div style>Ray</div></div>