Closed sundbp closed 10 years ago
Any interest in merging this one?
in-ns seems to work for me. Can you show me a case where this fails?
Closing as in-ns for both examples works as does load. Making autocompletion awesome will be a priority (see #25)
The original version only supported (ns foo) style forms and threw errors when using load/in-ns. With this change we also support using (in-ns 'foo) and loading said file via (load ...).