LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 47 forks source link

Add support for files being loaded via load and using (in-ns 'foo). #9

Closed sundbp closed 10 years ago

sundbp commented 10 years ago

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 ...).

sundbp commented 10 years ago

Any interest in merging this one?

ibdknox commented 10 years ago

in-ns seems to work for me. Can you show me a case where this fails?

cldwalker commented 10 years ago

Closing as in-ns for both examples works as does load. Making autocompletion awesome will be a priority (see #25)