Re: :use :only support in ClojureScript now available

2011-09-25 Thread Stuart Halloway
Nice! This is great. Will the :only directive always be required, or will we eventually be able to pull in entire namespaces? - Jason Probably the former. Pulling in entire namespaces is generally considered bad practice. Stu -- You received this message because you are subscribed to

Re: :use :only support in ClojureScript now available

2011-09-24 Thread Jason Hickner
Nice! This is great. Will the :only directive always be required, or will we eventually be able to pull in entire namespaces? - Jason On Sep 23, 8:16 am, David Nolen dnolen.li...@gmail.com wrote: A lot people have been clamoring for this. This has been merged into master. (:use [foo.bar :only

:use :only support in ClojureScript now available

2011-09-23 Thread David Nolen
A lot people have been clamoring for this. This has been merged into master. (:use [foo.bar :only [...]]) (:use-macros [foo.bar :only [...]]) Are now both supported! Thanks to all that helped out! Cheers, David -- You received this message because you are subscribed to the Google Groups